replace $casePath/CFD with $FOAM_CASE [ci skip]

This commit is contained in:
Daniel Queteschiner
2019-09-19 12:30:24 +02:00
parent b4a3c358ff
commit 35bb6ba7eb
4 changed files with 23 additions and 23 deletions

View File

@ -101,20 +101,20 @@ heatTransferGunnProps
speciesProps speciesProps
{ {
ChemistryFile "$casePath/CFD/constant/foam.inp"; ChemistryFile "$FOAM_CASE/constant/foam.inp";
Nevery 1; Nevery 1;
verbose false; verbose false;
interpolation false; interpolation false;
} }
diffusionCoefficientsProps diffusionCoefficientsProps
{ {
verbose false; verbose false;
interpolation false; interpolation false;
ChemistryFile "$casePath/CFD/constant/foam.inp"; ChemistryFile "$FOAM_CASE/constant/foam.inp";
diffusantGasNames ( CO diffusantGasNames ( CO
H2 H2
); );
} }
massTransferCoeffProps massTransferCoeffProps

View File

@ -28,9 +28,9 @@ thermoType
chemistryReader foamChemistryReader; chemistryReader foamChemistryReader;
foamChemistryThermoFile "$casePath/CFD/constant/foam.dat"; foamChemistryThermoFile "$FOAM_CASE/constant/foam.dat";
foamChemistryFile "$casePath/CFD/constant/foam.inp"; foamChemistryFile "$FOAM_CASE/constant/foam.inp";
inertSpecie N2; inertSpecie N2;

View File

@ -101,19 +101,19 @@ heatTransferGunnProps
speciesProps speciesProps
{ {
ChemistryFile "$casePath/CFD/constant/foam.inp"; ChemistryFile "$FOAM_CASE/constant/foam.inp";
Nevery 1; Nevery 1;
verbose false; verbose false;
interpolation false; interpolation false;
} }
diffusionCoefficientsProps diffusionCoefficientsProps
{ {
verbose false; verbose false;
interpolation false; interpolation false;
ChemistryFile "$casePath/CFD/constant/foam.inp"; ChemistryFile "$FOAM_CASE/constant/foam.inp";
diffusantGasNames ( CO diffusantGasNames ( CO
); );
} }
massTransferCoeffProps massTransferCoeffProps

View File

@ -28,9 +28,9 @@ thermoType
chemistryReader foamChemistryReader; chemistryReader foamChemistryReader;
foamChemistryThermoFile "$casePath/CFD/constant/foam.dat"; foamChemistryThermoFile "$FOAM_CASE/constant/foam.dat";
foamChemistryFile "$casePath/CFD/constant/foam.inp"; foamChemistryFile "$FOAM_CASE/constant/foam.inp";
inertSpecie N2; inertSpecie N2;