DAFoam
v3.0.6
Discrete Adjoint with OpenFOAM
dafoam
src
adjoint
DAStateInfo
DAStateInfoSimpleTFoam.H
Go to the documentation of this file.
1
/*---------------------------------------------------------------------------*\
2
3
DAFoam : Discrete Adjoint with OpenFOAM
4
Version : v3
5
6
Description:
7
Child class for DASimpleTFoam
8
9
\*---------------------------------------------------------------------------*/
10
11
#ifndef DAStateInfoSimpleTFoam_H
12
#define DAStateInfoSimpleTFoam_H
13
14
#include "
DAStateInfo.H
"
15
#include "addToRunTimeSelectionTable.H"
16
17
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18
19
namespace
Foam
20
{
21
22
/*---------------------------------------------------------------------------*\
23
Class DAStateInfoSimpleTFoam Declaration
24
\*---------------------------------------------------------------------------*/
25
26
class
DAStateInfoSimpleTFoam
27
:
public
DAStateInfo
28
{
29
30
public
:
31
TypeName
(
"DASimpleTFoam"
);
32
// Constructors
33
34
//- Construct from components
35
DAStateInfoSimpleTFoam
(
36
const
word modelType,
37
const
fvMesh&
mesh
,
38
const
DAOption
&
daOption
,
39
const
DAModel
&
daModel
);
40
41
//- Destructor
42
virtual
~DAStateInfoSimpleTFoam
()
43
{
44
}
45
};
46
47
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
48
49
}
// End namespace Foam
50
51
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
52
53
#endif
54
55
// ************************************************************************* //
Foam::DAStateInfoSimpleTFoam::DAStateInfoSimpleTFoam
DAStateInfoSimpleTFoam(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel)
Definition:
DAStateInfoSimpleTFoam.C:19
Foam::DAOption
Definition:
DAOption.H:29
daOption
DAOption daOption(mesh, pyOptions_)
mesh
fvMesh & mesh
Definition:
createRefsHeatTransfer.H:4
Foam::DAModel
Definition:
DAModel.H:59
Foam::DAStateInfoSimpleTFoam
Definition:
DAStateInfoSimpleTFoam.H:26
Foam
Definition:
multiFreqScalarFvPatchField.C:144
DAStateInfo.H
daModel
DAModel daModel(mesh, daOption)
Foam::DAStateInfo
Definition:
DAStateInfo.H:30
Foam::DAStateInfoSimpleTFoam::TypeName
TypeName("DASimpleTFoam")
Foam::DAStateInfoSimpleTFoam::~DAStateInfoSimpleTFoam
virtual ~DAStateInfoSimpleTFoam()
Definition:
DAStateInfoSimpleTFoam.H:42
Generated by
1.8.17