FreeFOAM The Cross-Platform CFD Toolkit
readControls.H
Go to the documentation of this file.
2 
3 scalar maxAcousticCo
4 (
5  readScalar(runTime.controlDict().lookup("maxAcousticCo"))
6 );
7 
8