17 Info<<
"Reading field h0 if present\n" <<
endl;
23 runTime.findInstance(
"polyMesh",
"points"),
25 IOobject::READ_IF_PRESENT
31 Info<<
"Creating field hU\n" <<
endl;
59 Info<<
"Creating field hTotal for post processing\n" <<
endl;
67 IOobject::READ_IF_PRESENT,
76 Info<<
"Creating Coriolis Force" <<
endl;
const dimensionedScalar F
Faraday constant: default SI units: [C/mol].
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
Ostream & endl(Ostream &os)
Add newline and flush stream.
GeometricField< vector, fvPatchField, volMesh > volVectorField
const dimensionedScalar h
Planck constant.
const dimensionSet dimLength
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const word & name() const
Return const reference to name.
Creates and initialises the face-flux field phi.
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector(dimVelocity, Zero))
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.