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
{
ChemistryFile "$casePath/CFD/constant/foam.inp";
Nevery 1;
verbose false;
interpolation false;
ChemistryFile "$FOAM_CASE/constant/foam.inp";
Nevery 1;
verbose false;
interpolation false;
}
diffusionCoefficientsProps
{
verbose false;
interpolation false;
ChemistryFile "$casePath/CFD/constant/foam.inp";
diffusantGasNames ( CO
H2
);
verbose false;
interpolation false;
ChemistryFile "$FOAM_CASE/constant/foam.inp";
diffusantGasNames ( CO
H2
);
}
massTransferCoeffProps

View File

@ -28,9 +28,9 @@ thermoType
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;

View File

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

View File

@ -28,9 +28,9 @@ thermoType
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;