mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
kf and Cp need to have dimensions. Cp != 0.
This commit is contained in:
@ -19,6 +19,10 @@ transportModel Newtonian;
|
||||
|
||||
nu nu [ 0 2 -1 0 0 0 0 ] 1.5e-04;
|
||||
|
||||
kf kf [ 1 1 -3 -1 0 0 0 ] 0;
|
||||
|
||||
Cp Cp [ 0 2 -2 -1 0 0 0 ] 1;
|
||||
|
||||
CrossPowerLawCoeffs
|
||||
{
|
||||
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
|
||||
@ -35,6 +39,4 @@ BirdCarreauCoeffs
|
||||
n n [ 0 0 0 0 0 0 0 ] 1;
|
||||
}
|
||||
|
||||
kf kf [ 0 0 0 0 0 0 0 ] 0;
|
||||
Cp Cp [ 0 0 0 0 0 0 0 ] 0;
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user