mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
9 lines
349 B
C
9 lines
349 B
C
dictionary additional = mesh.solutionDict().subDict("additional");
|
|
|
|
// pressure work term for enthalpy equation
|
|
bool pressureWorkTimeDerivative =
|
|
additional.lookupOrDefault("pressureWorkTimeDerivative", false);
|
|
|
|
// flag to activate solve transport for each specie (Y vector)
|
|
bool solveSpecies = additional.lookupOrDefault("solveSpecies", true);
|