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

Variables

tuple root = cf.Core.root()
 
int segs = 10
 
tuple mesh3d = root.create_component('mesh3d','cf3.mesh.Mesh')
 
tuple blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays')
 
tuple points = blocks.create_points(dimensions = 2, nb_points = 4)
 
tuple block_nodes = blocks.create_blocks(1)
 
tuple block_subdivs = blocks.create_block_subdivisions()
 
tuple gradings = blocks.create_block_gradings()
 
tuple triangulator = root.create_component('Tetrahedralize', 'cf3.vtk.Tetrahedralize')
 

Variable Documentation

tuple block_nodes = blocks.create_blocks(1)

Definition at line 15 of file utest-vtk-tetrahedralize.py.

tuple block_subdivs = blocks.create_block_subdivisions()

Definition at line 17 of file utest-vtk-tetrahedralize.py.

tuple blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays')

Definition at line 9 of file utest-vtk-tetrahedralize.py.

tuple gradings = blocks.create_block_gradings()

Definition at line 19 of file utest-vtk-tetrahedralize.py.

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

Definition at line 8 of file utest-vtk-tetrahedralize.py.

tuple points = blocks.create_points(dimensions = 2, nb_points = 4)

Definition at line 10 of file utest-vtk-tetrahedralize.py.

tuple root = cf.Core.root()

Definition at line 4 of file utest-vtk-tetrahedralize.py.

int segs = 10

Definition at line 6 of file utest-vtk-tetrahedralize.py.

tuple triangulator = root.create_component('Tetrahedralize', 'cf3.vtk.Tetrahedralize')

Definition at line 30 of file utest-vtk-tetrahedralize.py.

Send comments to:
COOLFluiD Web Admin