mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
add default names to chem. models as not to repeat in coup. props.
This commit is contained in:
@ -105,26 +105,14 @@ reactionHeatProps
|
||||
speciesProps
|
||||
{
|
||||
ChemistryFile "$casePath/CFD/constant/foam.inp";
|
||||
tempFieldName "T";
|
||||
partTempName "partTemp";
|
||||
densityFieldName "rho";
|
||||
partRhoName "partRho";
|
||||
voidfractionFieldName "voidfraction";
|
||||
totalMoleFieldName "N";
|
||||
partMoleName "partN";
|
||||
pressureFieldName "p";
|
||||
partPName "partP";
|
||||
// verbose true;
|
||||
// verbose true;
|
||||
// Nevery 1;
|
||||
}
|
||||
|
||||
diffusionCoefficientsProps
|
||||
{
|
||||
verbose true;
|
||||
ChemistryFile "$casePath/CFD/constant/foam.inp";
|
||||
tempFieldName "T";
|
||||
totalMoleFieldName "N";
|
||||
pressureFieldName "p";
|
||||
densityFieldName "rho";
|
||||
diffusantGasNames ( CO
|
||||
// H2
|
||||
);
|
||||
@ -132,10 +120,6 @@ diffusionCoefficientsProps
|
||||
|
||||
massTransferCoeffProps
|
||||
{
|
||||
velFieldName "U";
|
||||
voidfractionFieldName "voidfraction";
|
||||
partNu "partNu";
|
||||
partReynolds "partRe";
|
||||
verbose true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user