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

Variables

tuple env = cf.Core.environment()
 
tuple root = cf.Core.root()
 
tuple domain = root.create_component('Domain', 'cf3.mesh.Domain')
 
tuple mesh = domain.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 = 9)
 
tuple block_nodes = blocks.create_blocks(3)
 
tuple block_subdivs = blocks.create_block_subdivisions()
 
tuple gradings = blocks.create_block_gradings()
 
tuple top = blocks.create_patch_nb_faces(name = 'top', nb_faces = 2)
 
tuple left = blocks.create_patch_nb_faces(name = 'left', nb_faces = 2)
 
tuple step = blocks.create_patch_nb_faces(name = 'step', nb_faces = 2)
 
tuple make_boundary_global = root.create_component('MakeBoundaryGlobal', 'cf3.mesh.actions.MakeBoundaryGlobal')
 
tuple wall_distance = root.create_component('WallDistance', 'cf3.mesh.actions.WallDistance')
 

Variable Documentation

tuple block_nodes = blocks.create_blocks(3)

Definition at line 25 of file utest-mesh-wall-distance.py.

tuple block_subdivs = blocks.create_block_subdivisions()

Definition at line 29 of file utest-mesh-wall-distance.py.

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

Definition at line 14 of file utest-mesh-wall-distance.py.

tuple domain = root.create_component('Domain', 'cf3.mesh.Domain')

Definition at line 9 of file utest-mesh-wall-distance.py.

tuple env = cf.Core.environment()

Definition at line 4 of file utest-mesh-wall-distance.py.

tuple gradings = blocks.create_block_gradings()

Definition at line 33 of file utest-mesh-wall-distance.py.

tuple left = blocks.create_patch_nb_faces(name = 'left', nb_faces = 2)

Definition at line 42 of file utest-mesh-wall-distance.py.

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

Definition at line 52 of file utest-mesh-wall-distance.py.

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

Definition at line 12 of file utest-mesh-wall-distance.py.

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

Definition at line 15 of file utest-mesh-wall-distance.py.

tuple root = cf.Core.root()

Definition at line 8 of file utest-mesh-wall-distance.py.

tuple step = blocks.create_patch_nb_faces(name = 'step', nb_faces = 2)

Definition at line 45 of file utest-mesh-wall-distance.py.

tuple top = blocks.create_patch_nb_faces(name = 'top', nb_faces = 2)

Definition at line 39 of file utest-mesh-wall-distance.py.

tuple wall_distance = root.create_component('WallDistance', 'cf3.mesh.actions.WallDistance')

Definition at line 56 of file utest-mesh-wall-distance.py.

Send comments to:
COOLFluiD Web Admin