COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Variables
utest-mesh-triangulator Namespace Reference

Variables

tuple root = cf.Core.root()
 
tuple mesh2d = root.create_component('mesh2d','cf3.mesh.Mesh')
 
tuple mesh_generator = root.create_component("mesh_generator","cf3.mesh.SimpleMeshGenerator")
 
tuple triangulator = root.create_component('triangulator', 'cf3.mesh.MeshTriangulator')
 

Variable Documentation

tuple mesh2d = root.create_component('mesh2d','cf3.mesh.Mesh')

Definition at line 7 of file utest-mesh-triangulator.py.

tuple mesh_generator = root.create_component("mesh_generator","cf3.mesh.SimpleMeshGenerator")

Definition at line 8 of file utest-mesh-triangulator.py.

tuple root = cf.Core.root()

Definition at line 4 of file utest-mesh-triangulator.py.

tuple triangulator = root.create_component('triangulator', 'cf3.mesh.MeshTriangulator')

Definition at line 15 of file utest-mesh-triangulator.py.

Send comments to:
COOLFluiD Web Admin