We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2197ac commit bb0090eCopy full SHA for bb0090e
1 file changed
src/simulation/m_checker.fpp
@@ -138,6 +138,8 @@ contains
138
& "HLLD hypoelasticity requires at least 2D (n must be > 0)")
139
@:PROHIBIT(hypoelasticity .and. riemann_solver == 4 .and. num_fluids /= 2, &
140
& "HLLD hypoelasticity currently requires exactly 2 fluid components")
141
+ @:PROHIBIT(hypoelasticity .and. (riemann_solver == 1 .or. riemann_solver == 2) .and. num_fluids /= 2, &
142
+ & "HLL/HLLC hypoelasticity currently requires exactly 2 fluid components (blkmod uses fluid_pp(1:2) only)")
143
@:PROHIBIT(hypoelasticity .and. riemann_solver == 4 .and. viscous, &
144
& "HLLD hypoelasticity does not support viscous effects (the dual-pass omits the viscous source term)")
145
@:PROHIBIT(hypoelasticity .and. riemann_solver == 4 .and. surface_tension, &
0 commit comments