Where is the constraint on the passive scalars applied? #647
Replies: 1 comment 2 replies
-
athena/src/eos/eos_scalars.cpp Lines 42 to 55 in a94f18f The variable floor is mainly applied here. I can't recall at the moment where the athena/src/scalars/calculate_scalar_fluxes.cpp Lines 74 to 90 in a94f18f although I think that second-order reconstruction, despite being monotonicity-preserving in 1D, could possibly lead to |
Beta Was this translation helpful? Give feedback.
-
In :
https://github.com/PrincetonUniversity/athena/wiki/Passive-Scalars
It is stated that:
"Variable floors are applied to these quantities during interface reconstruction and equation of state conversions to ensure that 1) the primitive r remains in [0, 1]"
I was wondering where this enforcement is made, and how can I make sure that this constraint is not applied anymore.
Beta Was this translation helpful? Give feedback.
All reactions