Skip to content

Commit

Permalink
VOLUME_ACCELERATION needed for head computation
Browse files Browse the repository at this point in the history
  • Loading branch information
WPK4FEM committed Jan 10, 2025
1 parent bf96692 commit fd2f6e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,13 +403,14 @@ void KratosExecute::WriteCriticalHeadResultToFile() const

void KratosExecute::AddNodalSolutionStepVariables(ModelPart& rModelPart) const
{
// Pressure to head conversion
rModelPart.AddNodalSolutionStepVariable(VOLUME_ACCELERATION);
// Water
rModelPart.AddNodalSolutionStepVariable(WATER_PRESSURE);
rModelPart.AddNodalSolutionStepVariable(REACTION_WATER_PRESSURE);
rModelPart.AddNodalSolutionStepVariable(DT_WATER_PRESSURE);
rModelPart.AddNodalSolutionStepVariable(NORMAL_FLUID_FLUX);
rModelPart.AddNodalSolutionStepVariable(HYDRAULIC_DISCHARGE);

}

int KratosExecute::FindCriticalHead(ModelPart& rModelPart,
Expand Down

0 comments on commit fd2f6e8

Please sign in to comment.