Go to the documentation of this file.
79 #ifndef waveTransmissiveFvPatchField_H
80 #define waveTransmissiveFvPatchField_H
94 class waveTransmissiveFvPatchField
96 public advectiveFvPatchField<Type>
120 const DimensionedField<Type, volMesh>&
127 const DimensionedField<Type, volMesh>&,
135 const waveTransmissiveFvPatchField<Type>&,
137 const DimensionedField<Type, volMesh>&,
word psiName_
Name of the compressibility field used to calculate the wave speed.
A class for handling words, derived from string.
A class for managing temporary objects.
virtual void write(Ostream &) const
Write.
waveTransmissiveFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
scalar gamma() const
Return the heat capacity ratio.
virtual tmp< scalarField > advectionSpeed() const
Calculate and return the advection speed at the boundary.
scalar & gamma()
Return reference to the heat capacity ratio to allow adjustment.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar gamma_
Heat capacity ratio.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
TypeName("waveTransmissive")
Runtime type information.
This boundary condition provides a wave transmissive outflow condition, based onsolving DDt(psi,...
This boundary condition provides an advective outflow condition, based on solving DDt(psi,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...