![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Variables | |
| tuple | env = cf.Core.environment() |
| tuple | root = cf.Core.root() |
| tuple | source_domain = root.create_component('SourceDomain', 'cf3.mesh.Domain') |
| tuple | target_domain = root.create_component('TargetDomain', 'cf3.mesh.Domain') |
| tuple | source_mesh = source_domain.create_component('sourcemesh','cf3.mesh.Mesh') |
| int | h = 1 |
| int | div = 2 |
| tuple | blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays') |
| int | grading = 20 |
| int | y_segs = 64 |
| int | x_size = 4 |
| int | z_size = 2 |
| int | x_segs = 32 |
| int | z_segs = 32 |
| tuple | points = blocks.create_points(dimensions = 2, nb_points = 6) |
| tuple | block_nodes = blocks.create_blocks(2) |
| tuple | block_subdivs = blocks.create_block_subdivisions() |
| tuple | gradings = blocks.create_block_gradings() |
| tuple | left_patch = blocks.create_patch_nb_faces(name = 'left', nb_faces = 2) |
| tuple | bottom_patch = blocks.create_patch_nb_faces(name = 'bottom', nb_faces = 1) |
| tuple | top_patch = blocks.create_patch_nb_faces(name = 'top', nb_faces = 1) |
| tuple | right_patch = blocks.create_patch_nb_faces(name = 'right', nb_faces = 2) |
| source_coords = source_mesh.geometry.coordinates | |
| tuple | testfield = source_mesh.geometry.create_field(name = 'test', variables = 'testx,testy') |
| tuple | target_mesh = target_domain.create_component('targetmesh','cf3.mesh.Mesh') |
| tuple | generator = target_domain.create_component('Generator', 'cf3.mesh.GeneratePlane3D') |
| tuple | interpolator = root.create_component('Interpolator', 'cf3.mesh.actions.MeshInterpolator') |
| tgt_coords = target_mesh.geometry.coordinates | |
| tgt_test = target_mesh.geometry.test | |
| tgt_ranks = target_mesh.geometry.children.rank | |
| tuple | my_rank = cf.Core.rank() |
| tuple block_nodes = blocks.create_blocks(2) |
Definition at line 32 of file utest-mesh-slice.py.
| tuple block_subdivs = blocks.create_block_subdivisions() |
Definition at line 35 of file utest-mesh-slice.py.
| tuple blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays') |
Definition at line 18 of file utest-mesh-slice.py.
| tuple bottom_patch = blocks.create_patch_nb_faces(name = 'bottom', nb_faces = 1) |
Definition at line 44 of file utest-mesh-slice.py.
| int div = 2 |
Definition at line 16 of file utest-mesh-slice.py.
| tuple env = cf.Core.environment() |
Definition at line 5 of file utest-mesh-slice.py.
| tuple generator = target_domain.create_component('Generator', 'cf3.mesh.GeneratePlane3D') |
Definition at line 64 of file utest-mesh-slice.py.
| int grading = 20 |
Definition at line 19 of file utest-mesh-slice.py.
| tuple gradings = blocks.create_block_gradings() |
Definition at line 38 of file utest-mesh-slice.py.
| int h = 1 |
Definition at line 14 of file utest-mesh-slice.py.
| tuple interpolator = root.create_component('Interpolator', 'cf3.mesh.actions.MeshInterpolator') |
Definition at line 72 of file utest-mesh-slice.py.
| tuple left_patch = blocks.create_patch_nb_faces(name = 'left', nb_faces = 2) |
Definition at line 41 of file utest-mesh-slice.py.
| tuple my_rank = cf.Core.rank() |
Definition at line 80 of file utest-mesh-slice.py.
| tuple points = blocks.create_points(dimensions = 2, nb_points = 6) |
Definition at line 25 of file utest-mesh-slice.py.
| tuple right_patch = blocks.create_patch_nb_faces(name = 'right', nb_faces = 2) |
Definition at line 48 of file utest-mesh-slice.py.
| tuple root = cf.Core.root() |
Definition at line 9 of file utest-mesh-slice.py.
| source_coords = source_mesh.geometry.coordinates |
Definition at line 57 of file utest-mesh-slice.py.
| tuple source_domain = root.create_component('SourceDomain', 'cf3.mesh.Domain') |
Definition at line 10 of file utest-mesh-slice.py.
| tuple source_mesh = source_domain.create_component('sourcemesh','cf3.mesh.Mesh') |
Definition at line 12 of file utest-mesh-slice.py.
| tuple target_domain = root.create_component('TargetDomain', 'cf3.mesh.Domain') |
Definition at line 11 of file utest-mesh-slice.py.
| tuple target_mesh = target_domain.create_component('targetmesh','cf3.mesh.Mesh') |
Definition at line 63 of file utest-mesh-slice.py.
| tuple testfield = source_mesh.geometry.create_field(name = 'test', variables = 'testx,testy') |
Definition at line 58 of file utest-mesh-slice.py.
| tgt_coords = target_mesh.geometry.coordinates |
Definition at line 77 of file utest-mesh-slice.py.
| tgt_ranks = target_mesh.geometry.children.rank |
Definition at line 79 of file utest-mesh-slice.py.
| tgt_test = target_mesh.geometry.test |
Definition at line 78 of file utest-mesh-slice.py.
| tuple top_patch = blocks.create_patch_nb_faces(name = 'top', nb_faces = 1) |
Definition at line 46 of file utest-mesh-slice.py.
| int x_segs = 32 |
Definition at line 23 of file utest-mesh-slice.py.
| int x_size = 4 |
Definition at line 21 of file utest-mesh-slice.py.
| int y_segs = 64 |
Definition at line 20 of file utest-mesh-slice.py.
| int z_segs = 32 |
Definition at line 24 of file utest-mesh-slice.py.
| int z_size = 2 |
Definition at line 22 of file utest-mesh-slice.py.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |