39 const DimensionedField<scalar, volMesh>& iF
42 fixedValueFvPatchScalarField(
p, iF),
44 psiName_(
"thermo:psi")
50 const fixedRhoFvPatchScalarField& ptf,
52 const DimensionedField<scalar, volMesh>& iF,
53 const fvPatchFieldMapper& mapper
56 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
58 psiName_(ptf.psiName_)
65 const DimensionedField<scalar, volMesh>& iF,
66 const dictionary&
dict
69 fixedValueFvPatchScalarField(
p, iF,
dict),
70 pName_(
dict.getOrDefault<word>(
"p",
"p")),
71 psiName_(
dict.getOrDefault<word>(
"psi",
"thermo:psi"))
77 const fixedRhoFvPatchScalarField& frpsf
80 fixedValueFvPatchScalarField(frpsf),
82 psiName_(frpsf.psiName_)
88 const fixedRhoFvPatchScalarField& frpsf,
89 const DimensionedField<scalar, volMesh>& iF
92 fixedValueFvPatchScalarField(frpsf, iF),
94 psiName_(frpsf.psiName_)
107 const fvPatchField<scalar>& psip =
110 const fvPatchField<scalar>& pp =
115 fixedValueFvPatchScalarField::updateCoeffs();
125 writeEntry(
"value",
os);
135 fixedRhoFvPatchScalarField