83#ifndef Foam_regionModels_KirchhoffShell_H
84#define Foam_regionModels_KirchhoffShell_H
154 void solveDisplacement();
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
dictionary()
Default construct, a top-level empty dictionary.
Mesh data needed to do the Finite Volume discretisation.
Vibration-shell finite-area model.
KirchhoffShell(const KirchhoffShell &)=delete
No copy construct.
const tmp< areaScalarField > rho() const
Return density [Kg/m3].
virtual ~KirchhoffShell()=default
Destructor.
void operator=(const KirchhoffShell &)=delete
No copy assignment.
KirchhoffShell(const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from components and dict.
TypeName("KirchhoffShell")
Runtime type information.
virtual void preEvolveRegion()
Pre-evolve thermal baffle.
virtual void info()
Provide some feedback.
const tmp< areaScalarField > D() const
Return stiffness.
virtual void evolveRegion()
Evolve the thermal baffle.
Intermediate class for vibration-shell finite-area models.
vibrationShellModel(const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from type name and mesh and dict.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
GeometricField< scalar, faPatchField, areaMesh > areaScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.
Forwards and collection of common volume field types.