GfsForceDrag
From Gerris
(Difference between revisions)
| Revision as of 00:56, 22 March 2010 Delauxs (Talk | contribs) ← Previous diff |
Revision as of 00:57, 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 ([[GfsParticles]]) 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: |
| - | GfsParticleList ... GfsParticle ... { GfsForceDrag Cd } | + | [[GfsParticleList]] ... [[GfsParticle]] ... { [[GfsForceDrag]] Cd } |
| where Cd is the drag coefficient of the particle (double). | where Cd is the drag coefficient of the particle (double). | ||
| - | For developers the object hierarchy for GfsForceDrag is: | + | For developers the object hierarchy for [[GfsForceDrag]] is: |
| - | * GtsSListContainee | + | * [[GtsSListContainee]] |
| - | ** GfsParticleForce | + | ** [[GfsParticleForce]] |
| - | *** GfsForceCoeff | + | *** [[GfsForceCoeff]] |
| - | **** GfsForceDrag | + | **** [[GfsForceDrag]] |
Revision as of 00:57, 22 March 2010
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.
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

