Difference between revisions of "Main CodeSnipplets"

From OpenFOAMWiki
 
m (Reverted edit of Ioowzq, changed back to last version by Bgschaid)
 
(22 intermediate revisions by 18 users not shown)
Line 2: Line 2:
  
 
[[snip_calculating_mass_flow|Calculating the Mass flow during the simulation]]
 
[[snip_calculating_mass_flow|Calculating the Mass flow during the simulation]]
 +
 +
[[snip_calculate_field_value_at_point|Calculating the field value at an arbitrary point]]
 +
 +
[[Additional_drag_models_for_the_twoPhaseEulerFoam_solver|Additional drag models for the twoPhaseEulerFoam solver]]
 +
 +
[[snip_access_cellset_data|Accessing data in a cell set]]

Latest revision as of 10:18, 28 April 2006

Short C++-codes that can be inserted into programs:

Calculating the Mass flow during the simulation

Calculating the field value at an arbitrary point

Additional drag models for the twoPhaseEulerFoam solver

Accessing data in a cell set