Skip to content

Commit

Permalink
Update HydrofractureSolver.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltomin authored Jul 6, 2024
1 parent 8bca5f4 commit 6a860ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ void HydrofractureSolver< POROMECHANICS_SOLVER >::initializeNewFractureFields( D

arrayView1d< real64 > const fluidPressure_n = subRegion.getField< fields::flow::pressure_n >();
arrayView1d< real64 > const fluidPressure = subRegion.getField< fields::flow::pressure >();
arrayView1d< real64 > const fluidDensity_n = ubRegion.getField< fields::flow::density_n >();
arrayView1d< real64 > const fluidDensity_n = subRegion.getField< fields::flow::density_n >();
arrayView1d< real64 > const massCreated = subRegion.getField< fields::flow::massCreated >();

arrayView1d< real64 > const aperture = subRegion.getField< fields::elementAperture >();
Expand Down

0 comments on commit 6a860ec

Please sign in to comment.