
Public Member Functions | |
| optionalCpuLoad () | |
| Construct from mesh, name and switch. More... | |
| optionalCpuLoad (const optionalCpuLoad &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~optionalCpuLoad () |
| Destructor. More... | |
| virtual void | reset () |
| Dummy reset function. More... | |
| virtual void | cpuTimeIncrement (const label celli) |
| Dummy cpuTimeIncrement function. More... | |
| void | operator= (const optionalCpuLoad &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static optionalCpuLoad & | New (const fvMesh &mesh, const word &name, const bool loadBalancing) |
|
inline |
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
|
static |
Definition at line 63 of file cpuLoad.C.
References Foam::endl(), InfoInFunction, fvMesh::name(), Foam::name(), regIOobject::store(), and fvMesh::thisDb().
Referenced by chemistryModel< ThermoType >::solve().


|
inlinevirtual |
Dummy reset function.
Reimplemented in cpuLoad.
Definition at line 95 of file cpuLoad.H.
Referenced by chemistryModel< ThermoType >::solve().

|
inlinevirtual |
Dummy cpuTimeIncrement function.
Reimplemented in cpuLoad.
Definition at line 99 of file cpuLoad.H.
Referenced by chemistryModel< ThermoType >::solve().

|
delete |
Disallow default bitwise assignment.