mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
replace $casePath/CFD with $FOAM_CASE [ci skip]
This commit is contained in:
@ -101,7 +101,7 @@ 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;
|
||||||
@ -111,7 +111,7 @@ 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
|
||||||
);
|
);
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -101,7 +101,7 @@ 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;
|
||||||
@ -111,7 +111,7 @@ 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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user