55 #ifndef functionObjects_massFractions_H
56 #define functionObjects_massFractions_H
65 namespace functionObjects
119 virtual bool write();
static const List< word > & null()
Return a null List.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
This function object calculates mass-fraction fields from mole-fraction or moles fields present on di...
virtual ~massFractions()
Destructor.
virtual wordList fields() const
Return the list of fields required.
void operator=(const massFractions &)=delete
Disallow default bitwise assignment.
TypeName("massFractions")
Runtime type information.
massFractions(const word &name, const Time &t, const dictionary &dict)
Construct from Time and dictionary.
virtual bool execute()
Calculate the mass-fraction fields.
virtual bool write()
The mass-fraction fields auto-write.
virtual bool read(const dictionary &)
Read the massFractions data.
A class for handling words, derived from string.