Public Member Functions | Protected Attributes | List of all members
DAFvSourceActuatorLine Class Reference
Inheritance diagram for DAFvSourceActuatorLine:
Inheritance graph
[legend]
Collaboration diagram for DAFvSourceActuatorLine:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("actuatorLine")
 
 DAFvSourceActuatorLine (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
 
virtual ~DAFvSourceActuatorLine ()
 
virtual void calcFvSource (volVectorField &fvSource)
 compute the FvSource term More...
 
virtual void initFvSourcePars ()
 Initialize the values for all types of fvSource in DAGlobalVar, including actuatorDiskPars, heatSourcePars, etc. More...
 
- Public Member Functions inherited from DAFvSource
 TypeName ("DAFvSource")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, DAFvSource, dictionary,(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex),(modelType, mesh, daOption, daModel, daIndex))
 
 DAFvSource (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
 
virtual ~DAFvSource ()
 
virtual void calcFvSource (volScalarField &fvSource)
 overloaded function for scalar fields More...
 
void updateFvSource ()
 calculate fvSource based on the latest parameters defined in DAGlobalVar More...
 
bool writeData (Ostream &os) const
 virtual function for regIOobject More...
 
void findGlobalSnappedCenter (label snappedCenterCellI, vector &center)
 

Protected Attributes

label printIntervalUnsteady_
 print interval More...
 
- Protected Attributes inherited from DAFvSource
const word & modelType_
 model name More...
 
const fvMesh & mesh_
 fvMesh More...
 
const DAOptiondaOption_
 DAOption object. More...
 
const DAModeldaModel_
 DAModel object. More...
 
const DAIndexdaIndex_
 DAIndex object. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from DAFvSource
static autoPtr< DAFvSourceNew (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
 

Detailed Description

Definition at line 27 of file DAFvSourceActuatorLine.H.

Constructor & Destructor Documentation

◆ DAFvSourceActuatorLine()

DAFvSourceActuatorLine ( const word  modelType,
const fvMesh &  mesh,
const DAOption daOption,
const DAModel daModel,
const DAIndex daIndex 
)

Definition at line 19 of file DAFvSourceActuatorLine.C.

References DAOption::getOption(), DAFvSourceActuatorLine::initFvSourcePars(), and DAFvSourceActuatorLine::printIntervalUnsteady_.

Here is the call graph for this function:

◆ ~DAFvSourceActuatorLine()

virtual ~DAFvSourceActuatorLine ( )
inlinevirtual

Definition at line 48 of file DAFvSourceActuatorLine.H.

Member Function Documentation

◆ TypeName()

TypeName ( "actuatorLine"  )

◆ calcFvSource()

void calcFvSource ( volVectorField &  fvSource)
virtual

compute the FvSource term

Reimplemented from DAFvSource.

Definition at line 32 of file DAFvSourceActuatorLine.C.

References DAGlobalVar::actuatorLinePars, DAFvSource::daOption_, forAll(), fvSource, DAOption::getAllOptions(), DAFvSource::mesh_, and DAFvSourceActuatorLine::printIntervalUnsteady_.

Here is the call graph for this function:

◆ initFvSourcePars()

void initFvSourcePars ( )
virtual

Initialize the values for all types of fvSource in DAGlobalVar, including actuatorDiskPars, heatSourcePars, etc.

Reimplemented from DAFvSource.

Definition at line 254 of file DAFvSourceActuatorLine.C.

References DAGlobalVar::actuatorLinePars, DAFvSource::daOption_, forAll(), DAOption::getAllOptions(), and DAFvSource::mesh_.

Referenced by DAFvSourceActuatorLine::DAFvSourceActuatorLine().

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

Member Data Documentation

◆ printIntervalUnsteady_

label printIntervalUnsteady_
protected

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