Skip to content

Commit

Permalink
Merge pull request #12926 from KratosMultiphysics/fluid-dynamics/expo…
Browse files Browse the repository at this point in the history
…se-variables

[Fluid] Exposing missing variables
  • Loading branch information
roigcarlo authored Dec 16, 2024
2 parents 9817513 + ea3acde commit b0bb1cd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ void KratosFluidDynamicsApplication::Register() {
KRATOS_REGISTER_3D_VARIABLE_WITH_COMPONENTS(AUXILIAR_VECTOR_VELOCITY);
KRATOS_REGISTER_VARIABLE(FIC_BETA);

// Darcy's flow variables
KRATOS_REGISTER_VARIABLE(RESISTANCE)
KRATOS_REGISTER_3D_VARIABLE_WITH_COMPONENTS(SOLID_FRACTION_VELOCITY)

// Wall modelling
KRATOS_REGISTER_VARIABLE(SLIP_TANGENTIAL_CORRECTION_SWITCH)

Expand Down

0 comments on commit b0bb1cd

Please sign in to comment.