9 lines
151 B
C
9 lines
151 B
C
#include "readTimeControls.H"
|
|
|
|
scalar maxAcousticCo
|
|
(
|
|
readScalar(runTime.controlDict().lookup("maxAcousticCo"))
|
|
);
|
|
|
|
|
|
#include "readPISOControls.H"
|