57 #ifndef multiValveEngineState_H
58 #define multiValveEngineState_H
68 namespace functionObjects
75 class multiValveEngineState
77 public fvMeshFunctionObject,
82 const fvMeshMovers::multiValveEngine& mve()
const;
static const List< word > & null()
Return a null List.
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.
Writes the multi-valve engine motion state.
virtual wordList fields() const
Return the list of fields required.
void operator=(const multiValveEngineState &)=delete
Disallow default bitwise assignment.
multiValveEngineState(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual void writeFileHeader(const label i)
File header information.
virtual ~multiValveEngineState()
Destructor.
TypeName("multiValveEngineState")
Runtime type information.
virtual bool execute()
Execute, currently does nothing.
virtual bool write()
Write the multiValveEngineState.
virtual bool read(const dictionary &)
Read the multiValveEngineState data.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.