createClouds.H
Go to the documentation of this file.
1 const word kinematicCloudName
2 (
3  args.getOrDefault<word>("cloud", "kinematicCloud")
4 );
5 
6 Info<< "Constructing kinematicCloud " << kinematicCloudName << endl;
7 
9 (
11  rhoInf,
12  U,
13  muc,
14  g
15 );
16 
Foam::argList::getOrDefault
T getOrDefault(const word &optName, const T &deflt) const
Get a value from the named option if present, or return default.
Definition: argListI.H:307
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:369
basicKinematicCloud
Cloud class to introduce kinematic parcels.
Foam::Info
messageStream Info
Information stream (stdout output on master, null elsewhere)
g
const uniformDimensionedVectorField & g
Definition: createFluidFields.H:26
U
U
Definition: pEqn.H:72
args
Foam::argList args(argc, argv)
kinematicCloudName
const word kinematicCloudName(args.getOrDefault< word >("cloud", "kinematicCloud"))