mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Fixing cloud constructor for MPPICInterFoam
This commit is contained in:
@ -43,7 +43,7 @@ solution
|
||||
{
|
||||
schemes
|
||||
{
|
||||
U semiImplicit 0.8;
|
||||
U semiImplicit 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -133,7 +133,7 @@ subModels
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
packingModel implicit;
|
||||
packingModel explicit;
|
||||
|
||||
explicitCoeffs
|
||||
{
|
||||
@ -168,7 +168,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
dampingModel relaxation;
|
||||
dampingModel none;
|
||||
|
||||
relaxationCoeffs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user