88 matrix.
setValues(this->patch().faceCells(), this->patchInternalField());
This boundary condition provides a mechanism to set boundary (cell) values directly into a matrix...
A list of keyword definitions, which are a keyword followed by any number of values (e...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
void setValues(const labelUList &cells, const UList< Type > &values)
Set solution in given cells to the specified values.
Foam::fvPatchFieldMapper.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
This boundary condition applies a zero-gradient condition from the patch internal field onto the patc...
virtual void manipulateMatrix(fvMatrix< Type > &matrix)
Manipulate a matrix.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
fixedInternalValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.