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