This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/coupled/transientDyMFoam/createControls.H

10 lines
222 B
C++

# include "createTimeControls.H"
Switch correctPhi(false);
Switch checkMeshCourantNo(false);
// Number of outer correctors
label nOuterCorrectors = 1;
label pRefCell = 0;
scalar pRefValue = 0;