Go to the documentation of this file.
42 amplitude_(vector::zero),
44 waveNumber_(vector::zero)
57 amplitude_(
dict.lookup(
"amplitude")),
59 waveNumber_(
dict.lookupOrDefault<
vector>(
"waveNumber", vector::zero))
61 if (!
dict.found(
"value"))
130 writeEntry(
"value", os);
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Foam::waveDisplacementPointPatchVectorField.
const Type & value() const
Return const reference to value.
Basic pointPatch represents a set of points from the mesh.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Abstract base class for point-mesh patch fields.
Mesh consisting of general polyhedral cells.
const pointPatch & patch() const
Return patch.
Foam::pointPatchFieldMapper.
makePointPatchTypeField(pointPatchVectorField, solidBodyMotionDisplacementPointPatchVectorField)
Pre-declare SubField and related Field type.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
virtual void write(Ostream &) const
Write.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
bool updated() const
Return true if the boundary condition has already been updated.
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
const DimensionedField< Type, pointMesh > & dimensionedInternalField() const
Return dimensioned internal field reference.
waveDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensionedScalar cos(const dimensionedScalar &ds)