Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion flow360/component/simulation/models/solver_numerics.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ class NavierStokesSolver(GenericSolverSettings):
+ "The default is the compressible conservation laws. "
+ "CompressibleIsentropic is recommended for low mach number applications to speed up the solver. "
+ "It will apply mass and momentum conservation along with the isentropic assumption for low-speed flow."
+ "CompressibleIsentropic is used for LiquidOperatingCondition.",
+ "CompressibleIsentropic is applied automatically for LiquidOperatingCondition "
+ "regardless of the value of this field.",
)

low_mach_preconditioner: bool = pd.Field(
Expand Down