createFvOptions.H
Go to the documentation of this file.
1 fv::options& fvOptions(fv::options::New(mesh));
2 
3 if (!fvOptions.optionList::size())
4 {
5  Info << "No finite volume options present" << endl;
6 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
dynamicFvMesh & mesh
autoPtr< BasicCompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleMomentumTransportModel::transportModel &transport)
fv::options & fvOptions(fv::options::New(mesh))
messageStream Info