GfsForceDrag
From Gerris
(Difference between revisions)
| Revision as of 00:57, 22 March 2010 Delauxs (Talk | contribs) ← Previous diff |
Current revision Popinet (Talk | contribs) (consistent syntax definition) |
||
| Line 1: | Line 1: | ||
| - | A [[GfsForceDrag]] is one of the type of forces that can be exerted on Lagrangian particles ([[GfsParticles]]) part of a [[GfsParticleList]]. As its name suggest it sets the drag force acting on a Lagrangian particle. | + | [[GfsForceDrag]] defines the drag force exerted on [[GfsParticulate]]s. |
| - | The syntax for [[GfsForceDrag]] as part of the [[GfsParticleDrag]] syntax is: | + | The syntax in parameter files is |
| - | [[GfsParticleList]] ... [[GfsParticle]] ... { [[GfsForceDrag]] Cd } | + | [ [[GfsForceCoeff]] ] |
| - | where Cd is the drag coefficient of the particle (double). | + | where [[GfsForceCoeff]] defines the drag coefficient. |
| - | For developers the object hierarchy for [[GfsForceDrag]] is: | + | <examples/> |
| - | + | ||
| - | * [[GtsSListContainee]] | + | |
| - | ** [[GfsParticleForce]] | + | |
| - | *** [[GfsForceCoeff]] | + | |
| - | **** [[GfsForceDrag]] | + | |
Current revision
GfsForceDrag defines the drag force exerted on GfsParticulates.
The syntax in parameter files is
[ GfsForceCoeff ]
where GfsForceCoeff defines the drag coefficient.

