mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
8 lines
314 B
C
8 lines
314 B
C
dictionary additional = mesh.solutionDict().subDict("additional");
|
|
|
|
bool eWork = additional.lookupOrDefault("eWork", true);
|
|
bool hWork = additional.lookupOrDefault("hWork", true);
|
|
|
|
// flag to activate solve transport for each specie (Y vector)
|
|
bool solveSpecies = additional.lookupOrDefault("solveSpecies", true);
|