Bugfix: psis field change name to resolve error in mapping on topo change

This commit is contained in:
Hrvoje Jasak 2019-10-15 12:37:45 +01:00
parent 5b90b47f5e
commit 2f98bd60c6
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
volScalarField& p = thermo.p();
volScalarField& e = thermo.e();
volScalarField psis("psi", thermo.psi()/thermo.Cp()*thermo.Cv());
volScalarField psis("psis", thermo.psi()/thermo.Cp()*thermo.Cv());
psis.oldTime();
volScalarField rho

View file

@ -34,7 +34,7 @@
export WM_PROJECT=foam
export WM_FORK=extend
export WM_PROJECT_VERSION=4.1
export WM_PROJECT_VERSION=5.0
# helps to easily write #ifdefs to detect a dev-version
export FOAM_DEV=1

View file

@ -32,7 +32,7 @@
setenv WM_PROJECT foam
setenv WM_FORK extend
setenv WM_PROJECT_VERSION 4.1
setenv WM_PROJECT_VERSION 5.0
# helps to easily write #ifdefs to detect a foam-extend version
setenv FOAM_DEV 1