release on 2014-07-17_10-09-13

This commit is contained in:
goniva
2014-07-17 10:09:13 +02:00
parent 892ba4fef1
commit b969132b10
12 changed files with 243 additions and 17 deletions

Binary file not shown.

View File

@ -22,6 +22,7 @@ GidaspowDragProps
velFieldName "U";
densityFieldName "density";
voidfractionFieldName "voidfraction";
granVelFieldName "Us";
phi "scalar";
interpolation;
implDEM;
@ -33,6 +34,8 @@ GidaspowDragProps
<LI><I>voidfraction</I> = name of the finite volume voidfraction field
<LI><I>Us</I> = name of the finite volume cell averaged particle velocity field
<LI><I>phi</I> = drag correction factor (in doubt 1)
<LI><I>interpolation</I> = (optional, normally off) flag to use interpolated voidfraction and fluid velocity values
@ -51,6 +54,7 @@ GidaspowDragProps
velFieldName "U";
densityFieldName "rho";
voidfractionFieldName "voidfraction";
granVelFieldName "Us";
}
</PRE>
<P><B>Description:</B>

View File

@ -20,6 +20,7 @@ GidaspowDragProps
velFieldName "U";
densityFieldName "density";
voidfractionFieldName "voidfraction";
granVelFieldName "Us";
phi "scalar";
interpolation;
implDEM;
@ -28,6 +29,7 @@ GidaspowDragProps
{U} = name of the finite volume fluid velocity field :ulb,l
{density} = name of the finite volume gravity field :l
{voidfraction} = name of the finite volume voidfraction field :l
{Us} = name of the finite volume cell averaged particle velocity field :l
{phi} = drag correction factor (in doubt 1) :l
{interpolation} = (optional, normally off) flag to use interpolated voidfraction and fluid velocity values :l
{implDEM} = (optional, normally off) flag to use implicit formulation of drag on DEM side:l
@ -44,6 +46,7 @@ GidaspowDragProps
velFieldName "U";
densityFieldName "rho";
voidfractionFieldName "voidfraction";
granVelFieldName "Us";
\} :pre
[Description:]

Binary file not shown.