Calculating SpecVol in a single location per timestep #373
alicebarthel
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So far, individual developments that needs the Eos SpecVol have recalculated it (Steven's pressure gradient, Kat's vertmix).
Ultimately, we want a single SpecVol computation per timestep.
Options we have discussed with @cbegeman:
Is there any expectation that we would need SpecVol to be calculated differently in the different timestepping schemes, e.g. any half-step calculation needed?
@hyungyukang has implemented a temporary function
AuxiliaryState::computeVertAux(here). This contains the necessary functions:I just want to document this and open the discussion so that we make a concerted decision on the structure of our time-stepping. And that we go through the code and remove other instances of the Eos calculations to avoid wasting resources.
Beta Was this translation helpful? Give feedback.
All reactions