isothermalFilm: write value entry for film-specific BCs
to allow post-processing without loading the isothermalFilm library.
This commit is contained in:
@ -98,6 +98,7 @@ void Foam::alphaOneFvPatchScalarField::updateCoeffs()
|
||||
void Foam::alphaOneFvPatchScalarField::write(Ostream& os) const
|
||||
{
|
||||
fvPatchField<scalar>::write(os);
|
||||
writeEntry(os, "value", *this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -94,6 +94,7 @@ void Foam::filmContactAngleFvPatchScalarField::write
|
||||
{
|
||||
zeroGradientFvPatchScalarField::write(os);
|
||||
writeEntry(os, contactAngle_());
|
||||
writeEntry(os, "value", *this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -163,7 +163,6 @@ void Foam::filmSurfaceVelocityFvPatchVectorField::write
|
||||
) const
|
||||
{
|
||||
fvPatchField<vector>::write(os);
|
||||
|
||||
writeEntry(os, "Cs", Cs_);
|
||||
writeEntry(os, "value", *this);
|
||||
}
|
||||
|
||||
@ -123,9 +123,7 @@ void Foam::mappedFilmPressureFvPatchScalarField::updateCoeffs()
|
||||
void Foam::mappedFilmPressureFvPatchScalarField::write(Ostream& os) const
|
||||
{
|
||||
fvPatchField<scalar>::write(os);
|
||||
|
||||
mappedFvPatchField<scalar>::write(os);
|
||||
|
||||
writeEntry(os, "value", *this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user