GfsForceDrag
From Gerris
(Difference between revisions)
| Revision as of 00:57, 22 March 2010 Delauxs (Talk | contribs) ← Previous diff |
Revision as of 00:58, 22 March 2010 Delauxs (Talk | contribs) Next diff → |
||
| 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. | + | A [[GfsForceDrag]] is one of the type of forces that can be exerted on Lagrangian particles ([[GfsParticle]]) part of a [[GfsParticleList]]. As its name suggest it sets the drag force acting on a Lagrangian particle. |
| The syntax for [[GfsForceDrag]] as part of the [[GfsParticleDrag]] syntax is: | The syntax for [[GfsForceDrag]] as part of the [[GfsParticleDrag]] syntax is: | ||
Revision as of 00:58, 22 March 2010
A GfsForceDrag is one of the type of forces that can be exerted on Lagrangian particles (GfsParticle) part of a GfsParticleList. As its name suggest it sets the drag force acting on a Lagrangian particle.
The syntax for GfsForceDrag as part of the GfsParticleDrag syntax is:
GfsParticleList ... GfsParticle ... { GfsForceDrag Cd }
where Cd is the drag coefficient of the particle (double).
For developers the object hierarchy for GfsForceDrag is:
- GtsSListContainee
- GfsParticleForce
- GfsForceCoeff
- GfsForceDrag
- GfsForceCoeff
- GfsParticleForce

