Bugfix: psis field change name to resolve error in mapping on topo change
This commit is contained in:
parent
5b90b47f5e
commit
2f98bd60c6
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
volScalarField& p = thermo.p();
|
volScalarField& p = thermo.p();
|
||||||
volScalarField& e = thermo.e();
|
volScalarField& e = thermo.e();
|
||||||
|
|
||||||
volScalarField psis("psi", thermo.psi()/thermo.Cp()*thermo.Cv());
|
volScalarField psis("psis", thermo.psi()/thermo.Cp()*thermo.Cv());
|
||||||
psis.oldTime();
|
psis.oldTime();
|
||||||
|
|
||||||
volScalarField rho
|
volScalarField rho
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
export WM_PROJECT=foam
|
export WM_PROJECT=foam
|
||||||
export WM_FORK=extend
|
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
|
# helps to easily write #ifdefs to detect a dev-version
|
||||||
export FOAM_DEV=1
|
export FOAM_DEV=1
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
setenv WM_PROJECT foam
|
setenv WM_PROJECT foam
|
||||||
setenv WM_FORK extend
|
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
|
# helps to easily write #ifdefs to detect a foam-extend version
|
||||||
setenv FOAM_DEV 1
|
setenv FOAM_DEV 1
|
||||||
|
|
Reference in a new issue