Difference between revisions of "OpenFOAM guide/UML/lagrangian"

From OpenFOAMWiki
(Created page with "TODO: newpage")
 
Line 1: Line 1:
TODO: newpage
+
{{VersionInfo}}{{Version2.3.x}}
 +
 
 +
== Overview ==
 +
 
 +
The three UML diagrams below are qualitative diagrams, showing the calling sequence of the important methods.
 +
The first shows two different routes from the solver level to OF's KinematicCloud class.
 +
The second shows what happens inside the KinematicCloud class up to the point that we arrive at the Cloud class, which will be moving the individual parcels.
 +
In the third, we can see what happens for the individual parcels in the KinematicParcel class.
 +
 
 +
[[File:UML_lagrangian_solver2Cloud.png|From the solver to the cloud]]
 +
 
 +
[[File:UML_lagrangian_cloud2Particle.png|From the cloud to the individual parcels]]
 +
 
 +
[[File:UML_lagrangian_particleType.png|How each individual parcel handles its movement event]]
 +
 
 +
== CloudFunctionObjects ==

Revision as of 12:30, 1 December 2014

Valid versions: OF Version 23x.png

1 Overview

The three UML diagrams below are qualitative diagrams, showing the calling sequence of the important methods. The first shows two different routes from the solver level to OF's KinematicCloud class. The second shows what happens inside the KinematicCloud class up to the point that we arrive at the Cloud class, which will be moving the individual parcels. In the third, we can see what happens for the individual parcels in the KinematicParcel class.

From the solver to the cloud

From the cloud to the individual parcels

How each individual parcel handles its movement event

2 CloudFunctionObjects