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