BUG: expression BCs missing their variables on output

This commit is contained in:
Mark Olesen
2019-12-13 15:49:25 +01:00
parent db8a840459
commit 6ce3e0bd67
4 changed files with 30 additions and 3 deletions

View File

@ -0,0 +1,27 @@
/*--------------------------------*- 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);
}
// ************************************************************************* //