31#ifndef Foam_writeFluentFields_H
32#define Foam_writeFluentFields_H
47 const label fluentFieldIdentifier,
54 const label fluentFieldIdentifier,
59template<
class GeoField>
71 const word& fieldName =
io.name();
75 dict.readIfPresent(fieldName, unitNumber)
82 Info<<
" Converting field " << fieldName <<
nl;
List of IOobjects with searching and retrieving facilities. Implemented as a HashTable,...
UPtrList< const IOobject > csorted() const
The sorted list of IOobjects with headerClassName == Type::typeName.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere).
void writeFluentField(const volScalarField &phi, const label fluentFieldIdentifier, Ostream &os)
void readFieldsAndWriteFluent(const dictionary &dict, const IOobjectList &objects, const fvMesh &mesh, Ostream &os)
constexpr char nl
The newline '\n' character (0x0a).