Public Member Functions | |
| enginePiston (const fvMeshMover &meshMover, const word &pistonPatchName, const autoPtr< coordinateSystem > &pistonCS, const scalar minLayer, const scalar maxLayer) | |
| Construct from components. More... | |
| enginePiston (const fvMeshMover &meshMover, const dictionary &dict) | |
| Construct from dictionary. More... | |
| enginePiston (const enginePiston &)=delete | |
| Disallow default bitwise copy construction. More... | |
| const coordinateSystem & | cs () const |
| Return coordinate system. More... | |
| const polyPatchID & | patchID () const |
| Return ID of piston patch. More... | |
| scalar | minLayer () const |
| scalar | maxLayer () const |
| void | writeDict (Ostream &) const |
| Write dictionary. More... | |
| void | operator= (const enginePiston &)=delete |
| Disallow default bitwise assignment. More... | |
Definition at line 50 of file enginePiston.H.
| enginePiston | ( | const fvMeshMover & | meshMover, |
| const word & | pistonPatchName, | ||
| const autoPtr< coordinateSystem > & | pistonCS, | ||
| const scalar | minLayer, | ||
| const scalar | maxLayer | ||
| ) |
Construct from components.
Definition at line 30 of file enginePiston.C.
| enginePiston | ( | const fvMeshMover & | meshMover, |
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 47 of file enginePiston.C.
|
delete |
Disallow default bitwise copy construction.
|
inline |
Return coordinate system.
Definition at line 102 of file enginePiston.H.
|
inline |
Return ID of piston patch.
Definition at line 108 of file enginePiston.H.
|
inline |
Definition at line 115 of file enginePiston.H.
|
inline |
Definition at line 120 of file enginePiston.H.
| void writeDict | ( | Ostream & | os | ) | const |
Write dictionary.
Definition at line 70 of file enginePiston.C.
References token::BEGIN_BLOCK, token::END_BLOCK, token::END_STATEMENT, Foam::endl(), and Foam::nl.

|
delete |
Disallow default bitwise assignment.