optionalCpuLoad Class Reference
Inheritance diagram for optionalCpuLoad:

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 optionalCpuLoadNew (const fvMesh &mesh, const word &name, const bool loadBalancing)
 

Detailed Description

Definition at line 56 of file cpuLoad.H.

Constructor & Destructor Documentation

◆ optionalCpuLoad() [1/2]

optionalCpuLoad ( )
inline

Construct from mesh, name and switch.

Definition at line 70 of file cpuLoad.H.

◆ optionalCpuLoad() [2/2]

optionalCpuLoad ( const optionalCpuLoad )
delete

Disallow default bitwise copy construction.

◆ ~optionalCpuLoad()

virtual ~optionalCpuLoad ( )
inlinevirtual

Destructor.

Definition at line 88 of file cpuLoad.H.

Member Function Documentation

◆ New()

Foam::optionalCpuLoad & New ( const fvMesh mesh,
const word name,
const bool  loadBalancing 
)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reset()

virtual void reset ( )
inlinevirtual

Dummy reset function.

Reimplemented in cpuLoad.

Definition at line 95 of file cpuLoad.H.

Referenced by chemistryModel< ThermoType >::solve().

Here is the caller graph for this function:

◆ cpuTimeIncrement()

virtual void cpuTimeIncrement ( const label  celli)
inlinevirtual

Dummy cpuTimeIncrement function.

Reimplemented in cpuLoad.

Definition at line 99 of file cpuLoad.H.

Referenced by chemistryModel< ThermoType >::solve().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const optionalCpuLoad )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: