Skip to content
Snippets Groups Projects
Commit 6ce3e0bd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: expression BCs missing their variables on output

parent db8a8404
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ void Foam::exprFixedValueFvPatchField<Type>::write(Ostream& os) const
fixedValueFvPatchField<Type>::write(os);
expressions::patchExprFieldBase::write(os);
// driver_.writeCommon(os, this->debug_ || debug);
driver_.writeCommon(os, this->debug_ || debug);
}
......
......@@ -302,7 +302,7 @@ void Foam::exprMixedFvPatchField<Type>::write(Ostream& os) const
mixedFvPatchField<Type>::write(os);
expressions::patchExprFieldBase::write(os);
// driver_.writeCommon(os, this->debug_ || debug);
driver_.writeCommon(os, this->debug_ || debug);
}
......
......@@ -213,7 +213,7 @@ void Foam::exprValuePointPatchField<Type>::write(Ostream& os) const
this->writeEntry("value",os);
// driver_.writeCommon(os,this->debug_ || debug);
driver_.writeCommon(os,this->debug_ || debug);
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 2;
method simple;
coeffs
{
n (2 1 1);
}
// ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment