GfsForceLift
From Gerris
(Difference between revisions)
Revision as of 00:54, 22 March 2010 Delauxs (Talk | contribs) ← Previous diff |
Revision as of 01:01, 22 March 2010 Delauxs (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
- | A [[GfsForceLift]] 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 lift force acting on a Lagrangian particle. | + | A [[GfsForceLift]] 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 lift force acting on a Lagrangian particle. |
The syntax for [[GfsForceLift]] as part of the [[GfsParticleList]] syntax is: | The syntax for [[GfsForceLift]] as part of the [[GfsParticleList]] syntax is: |
Revision as of 01:01, 22 March 2010
A GfsForceLift 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 lift force acting on a Lagrangian particle.
The syntax for GfsForceLift as part of the GfsParticleList syntax is:
GfsParticleList ... GfsParticle ... { GfsForceLift Cl }
where Cl is the lift coefficient of the particle (double).
For developers the object hierarchy for GfsForceLift is:
- GtsSListContainee
- GfsParticleForce
- GfsForceCoeff
- GfsForceLift
- GfsForceCoeff
- GfsParticleForce