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

Variables

tuple env = cf.Core.environment()
 
tuple root = cf.Core.root()
 
tuple mesh = root.create_component('mesh','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 make_boundary_global = root.create_component('MakeBoundaryGlobal', 'cf3.mesh.actions.MakeBoundaryGlobal')
 
tuple writer = root.create_component('MshWriter', 'cf3.mesh.gmsh.Writer')
 

Variable Documentation

tuple block_nodes = blocks.create_blocks(1)

Definition at line 18 of file utest-mesh-make-boundary-global.py.

tuple block_subdivs = blocks.create_block_subdivisions()

Definition at line 20 of file utest-mesh-make-boundary-global.py.

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

Definition at line 12 of file utest-mesh-make-boundary-global.py.

tuple env = cf.Core.environment()

Definition at line 4 of file utest-mesh-make-boundary-global.py.

tuple gradings = blocks.create_block_gradings()

Definition at line 22 of file utest-mesh-make-boundary-global.py.

tuple make_boundary_global = root.create_component('MakeBoundaryGlobal', 'cf3.mesh.actions.MakeBoundaryGlobal')

Definition at line 32 of file utest-mesh-make-boundary-global.py.

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

Definition at line 9 of file utest-mesh-make-boundary-global.py.

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

Definition at line 13 of file utest-mesh-make-boundary-global.py.

tuple root = cf.Core.root()

Definition at line 8 of file utest-mesh-make-boundary-global.py.

tuple writer = root.create_component('MshWriter', 'cf3.mesh.gmsh.Writer')

Definition at line 36 of file utest-mesh-make-boundary-global.py.

Send comments to:
COOLFluiD Web Admin