41 mixedFvPatchScalarField(p, iF),
47 valueFraction() =
Zero;
58 mixedFvPatchScalarField(p, iF),
62 if (dict.
found(
"value"))
68 fvPatchScalarField::operator=(patchInternalField());
73 valueFraction() =
Zero;
85 mixedFvPatchScalarField(ptf, p, iF, mapper),
87 rhoName_(ptf.rhoName_)
97 mixedFvPatchScalarField(ptf, iF),
99 rhoName_(ptf.rhoName_)
107 const scalar t = db().time().timeOutputValue();
114 waves.
height(t, patch().Cf()),
115 waves.
height(t, patch().patch().localPoints()),
116 waves.
pGas(t, patch().Cf())(),
117 waves.
pGas(t, patch().patch().localPoints())(),
118 waves.
pLiquid(t, patch().Cf())(),
119 waves.
pLiquid(t, patch().patch().localPoints())()
126 const scalar t = db().time().timeOutputValue();
129 refCast<const waveVelocityFvPatchVectorField>
159 const label fs = is + meshs.
boundary()[patchis].patch().start();
162 const label i = patch().patch().whichFace(f);
181 if (!isA<waveVelocityFvPatchVectorField>(Up))
184 <<
"The corresponding condition for the velocity " 185 <<
"field " << UName_ <<
" on patch " << patch().name()
186 <<
" is not of type " << waveVelocityFvPatchVectorField::typeName
191 refCast<const waveVelocityFvPatchVectorField>(Up);
193 if (Uwp.
pName() != internalField().name())
196 <<
"The corresponding condition for the velocity " 197 <<
"field " << UName_ <<
" on patch " << patch().name()
198 <<
" does not have the pressure set to " << internalField().name()
205 valueFraction() = out;
207 refGrad() = (p -
pn)*patch().deltaCoeffs();
217 mixedFvPatchScalarField::updateCoeffs();
224 writeEntryIfDifferent<word>(os,
"U",
"U", UName_);
225 writeEntryIfDifferent<word>(os,
"rho",
"rho", rhoName_);
A wrapper around a list of wave models. Superimposes the modelled values of elevation and velocity...
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
errorManipArg< error, int > exit(error &err, const int errNo=1)
const fvMeshSubset & faceCellSubset() const
Access the face-cell subset.
virtual tmp< scalarField > pLiquid(const scalar t, const vectorField &p) const
Get the liquid pressure at a given time and global positions.
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
T & ref() const
Return non-const reference or generate a fatal error.
tmp< scalarField > p() const
Return the current modelled pressure field on the patch faces.
const dimensionSet dimPressure
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
GeometricField< vector, fvPatchField, volMesh > volVectorField
Macros for easy insertion into run-time selection tables.
const labelList & faceMap() const
Return face map.
virtual const pointField & points() const
Return raw points.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const labelList & patchMap() const
Return patch map.
const fvMesh & subMesh() const
Return reference to subset mesh.
virtual tmp< scalarField > height(const scalar t, const vectorField &p) const
Get the height above the waves at a given time and global positions.
const word & pName() const
Access the name of the pressure field.
virtual tmp< scalarField > pGas(const scalar t, const vectorField &p) const
Get the gas pressure at a given time and global positions.
A class for handling words, derived from string.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Foam::fvPatchFieldMapper.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
This boundary condition provides a waveVelocity condition. This sets the velocity to that specified b...
const vectorField & cellCentres() const
static const waveSuperposition & New(const objectRegistry &db)
Return a reference to the wave model on the given database,.
virtual void write(Ostream &) const
Write.
virtual label size() const
Return size.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
volScalarField scalarField(fieldObject, mesh)
dimensionedScalar pos0(const dimensionedScalar &ds)
tmp< Field< Type > > levelSetAverage(const fvMesh &mesh, const scalarField &levelC, const scalarField &levelP, const Field< Type > &positiveC, const Field< Type > &positiveP, const Field< Type > &negativeC, const Field< Type > &negativeP)
Calculate the average value of two fields, one on each side of a level set.
Post-processing mesh subset tool. Given the original mesh and the list of selected cells...
label findIndex(const ListType &, typename ListType::const_reference, const label start=0)
Find first occurrence of given element and return index,.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
Mesh data needed to do the Finite Volume discretisation.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
ListType subset(const UList< T > &select, const T &value, const ListType &)
Extract elements of List when select is a certain value.
wavePressureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
tmp< scalarField > pn() const
Return the current modelled pressure field in the neighbour cell.
A class for managing temporary objects.
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
This boundary condition provides a wavePressure condition. This sets the pressure to a value specifie...
tmp< vectorField > U() const
Return the current modelled velocity field on the patch faces.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.