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

Public Member Functions

 TypeName ("regressionPar")
 
 DAInputRegressionPar (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
 
virtual ~DAInputRegressionPar ()
 
virtual void run (const scalarList &input)
 
virtual label size ()
 
virtual label distributed ()
 
- Public Member Functions inherited from DAInput
 TypeName ("DAInput")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, DAInput, dictionary,(const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex),(inputName, inputType, mesh, daOption, daModel, daIndex))
 
 DAInput (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
 
virtual ~DAInput ()
 

Protected Attributes

DARegressiondaRegression_
 list of patch names for the thermal var More...
 
- Protected Attributes inherited from DAInput
const word inputName_
 name of the input More...
 
const word inputType_
 type of the input More...
 
fvMesh & mesh_
 fvMesh More...
 
const DAOptiondaOption_
 DAOption object. More...
 
const DAModeldaModel_
 DAIndex object. More...
 
const DAIndexdaIndex_
 DAIndex object. More...
 
HashTable< wordList > stateInfo_
 the stateInfo_ list from DAStateInfo object More...
 

Additional Inherited Members

- Static Public Member Functions inherited from DAInput
static autoPtr< DAInputNew (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
 

Detailed Description

Definition at line 27 of file DAInputRegressionPar.H.

Constructor & Destructor Documentation

◆ DAInputRegressionPar()

DAInputRegressionPar ( const word  inputName,
const word  inputType,
fvMesh &  mesh,
const DAOption daOption,
const DAModel daModel,
const DAIndex daIndex 
)

Definition at line 19 of file DAInputRegressionPar.C.

◆ ~DAInputRegressionPar()

virtual ~DAInputRegressionPar ( )
inlinevirtual

Definition at line 49 of file DAInputRegressionPar.H.

Member Function Documentation

◆ TypeName()

TypeName ( "regressionPar"  )

◆ run()

void run ( const scalarList &  input)
virtual

Implements DAInput.

Definition at line 38 of file DAInputRegressionPar.C.

References DARegression::compute(), DAInputRegressionPar::daRegression_, DAInput::inputName_, DARegression::setParameter(), and DAInputRegressionPar::size().

Here is the call graph for this function:

◆ size()

virtual label size ( )
inlinevirtual

Implements DAInput.

Definition at line 55 of file DAInputRegressionPar.H.

References DAInputRegressionPar::daRegression_, DAInput::inputName_, and DARegression::nParameters().

Referenced by DAInputRegressionPar::run().

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

◆ distributed()

virtual label distributed ( )
inlinevirtual

Implements DAInput.

Definition at line 60 of file DAInputRegressionPar.H.

Member Data Documentation

◆ daRegression_

DARegression& daRegression_
protected

list of patch names for the thermal var

Definition at line 33 of file DAInputRegressionPar.H.

Referenced by DAInputRegressionPar::run(), and DAInputRegressionPar::size().


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