34 namespace porosityModels
44 void Foam::porosityModels::fixedCoeff::apply
60 const scalar isoCd =
tr(Cd);
62 Udiag[celli] += V[celli]*isoCd;
63 Usource[celli] -= V[celli]*((Cd -
I*isoCd) &
U[celli]);
68 void Foam::porosityModels::fixedCoeff::apply
80 const label j = fieldIndex(i);
82 const tensor beta = beta_[j];
94 const word& modelType,
97 const word& cellZoneName
121 if (coordSys_.R().uniform())
127 alpha_[0].xx() = alphaXYZ_.value().x();
128 alpha_[0].yy() = alphaXYZ_.value().y();
129 alpha_[0].zz() = alphaXYZ_.value().z();
130 alpha_[0] = coordSys_.R().transform(
Zero, alpha_[0]);
133 beta_[0].xx() = betaXYZ_.value().x();
134 beta_[0].yy() = betaXYZ_.value().y();
135 beta_[0].zz() = betaXYZ_.value().z();
136 beta_[0] = coordSys_.R().transform(
Zero, beta_[0]);
142 alpha_.setSize(
cells.size());
143 beta_.setSize(
cells.size());
148 alpha_[i].xx() = alphaXYZ_.value().x();
149 alpha_[i].yy() = alphaXYZ_.value().y();
150 alpha_[i].zz() = alphaXYZ_.value().z();
153 beta_[i].xx() = betaXYZ_.value().x();
154 beta_[i].yy() = betaXYZ_.value().y();
155 beta_[i].zz() = betaXYZ_.value().z();
163 alpha_ =
R.transform(alpha_);
164 beta_ =
R.transform(beta_);
180 scalar rhoRef = coeffs_.lookup<scalar>(
"rhoRef");
182 apply(Udiag, Usource, V,
U, rhoRef);
184 force = Udiag*
U - Usource;
201 coeffs_.lookup(
"rhoRef") >>
rho;
204 apply(Udiag, Usource, V,
U,
rho);
219 coeffs_.lookup(
"rhoRef") >>
rho;
#define forAll(list, i)
Loop across all elements in list.
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual Ostream & write(const char)=0
Write character.
A List with indirect addressing.
Abstract base class for coordinate rotation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Mesh data needed to do the Finite Volume discretisation.
const cellZoneList & cellZones() const
Return cell zones.
Top level model for porosity models.
const fvMesh & mesh_
Reference to the mesh database.
word zoneName_
Name of cellZone.
void adjustNegativeResistance(dimensionedVector &resist)
Adjust negative resistance values to be multiplier of max value.
label fieldIndex(const label index) const
Return label index.
Fixed coefficient form of porosity model.
virtual void calcForce(const volVectorField &U, const volScalarField &rho, const volScalarField &mu, vectorField &force) const
Calculate the porosity force.
bool writeData(Ostream &os) const
Write.
virtual ~fixedCoeff()
Destructor.
virtual void correct(fvVectorMatrix &UEqn) const
Add resistance.
fixedCoeff(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict, const word &cellZoneName)
virtual void calcTransformModelData()
Transform the model data wrt mesh changes.
A class for handling words, derived from string.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
volScalarField scalarField(fieldObject, mesh)
volVectorField vectorField(fieldObject, mesh)
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
const dimensionedScalar mu
Atomic mass unit.
addToRunTimeSelectionTable(porosityModel, powerLawLopesdaCosta, mesh)
defineTypeNameAndDebug(powerLawLopesdaCosta, 0)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
List< label > labelList
A List of labels.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Tensor< scalar > tensor
Tensor of scalars.
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimless
const dimensionSet dimLength
static const Identity< scalar > I
const dimensionSet dimForce
const dimensionSet dimTime
dimensioned< scalar > mag(const dimensioned< Type > &)
Field< vector > vectorField
Specialisation of Field<T> for vector.
static scalar R(const scalar a, const scalar x)
Field< tensor > tensorField
Specialisation of Field<T> for tensor.
Ostream & indent(Ostream &os)
Indent stream.