mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
- place under compressibleInterFoam to ensure that the library dependency on VoFphaseCompressibleTurbulenceModels is satisfied
4 lines
135 B
C
4 lines
135 B
C
const dictionary& alphaControls = mesh.solverDict(alpha1.name());
|
|
|
|
label nAlphaSubCycles(alphaControls.get<label>("nAlphaSubCycles"));
|