mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
add props for mass transfer
This commit is contained in:
@ -31,7 +31,7 @@ FoamFile
|
||||
|
||||
modelType "A"; // A or B
|
||||
|
||||
couplingInterval 100;//1000;
|
||||
couplingInterval 100;
|
||||
|
||||
voidFractionModel divided;//centre;//
|
||||
|
||||
@ -84,6 +84,7 @@ chemistryModels
|
||||
(
|
||||
species
|
||||
diffusionCoefficients
|
||||
massTransferCoeff
|
||||
// off
|
||||
);
|
||||
|
||||
@ -127,6 +128,15 @@ diffusionCoefficientsProps
|
||||
);
|
||||
}
|
||||
|
||||
massTransferCoeffProps
|
||||
{
|
||||
velFieldName "U";
|
||||
voidfractionFieldName "voidfraction";
|
||||
partNuName "nu";
|
||||
partReynolds "Rep";
|
||||
}
|
||||
|
||||
|
||||
SyamlalThermCondProps
|
||||
{
|
||||
voidfractionFieldName "voidfraction";
|
||||
|
||||
Reference in New Issue
Block a user