![]() |
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 | domain = root.create_component('Domain', 'cf3.mesh.Domain') |
| tuple | mesh = domain.create_component('OriginalMesh','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 | link_horizontal = domain.create_component('LinkHorizontal', 'cf3.mesh.actions.LinkPeriodicNodes') |
| tuple | make_par_data = root.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields') |
| tuple | p2space = mesh.create_continuous_space(name = 'TestP2Space', shape_function = 'cf3.mesh.LagrangeP2') |
| tuple | outfile = cf.URI('cf3test.cf3mesh') |
| tuple | reader = domain.create_component('CF3MeshReader', 'cf3.mesh.cf3mesh.Reader') |
| tuple | meshdiff = domain.create_component('MeshDiff', 'cf3.mesh.actions.MeshDiff') |
| tuple block_nodes = blocks.create_blocks(1) |
Definition at line 18 of file utest-mesh-cf3mesh.py.
| tuple block_subdivs = blocks.create_block_subdivisions() |
Definition at line 20 of file utest-mesh-cf3mesh.py.
| tuple blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays') |
Definition at line 12 of file utest-mesh-cf3mesh.py.
| tuple domain = root.create_component('Domain', 'cf3.mesh.Domain') |
Definition at line 9 of file utest-mesh-cf3mesh.py.
| tuple env = cf.Core.environment() |
Definition at line 4 of file utest-mesh-cf3mesh.py.
| tuple gradings = blocks.create_block_gradings() |
Definition at line 22 of file utest-mesh-cf3mesh.py.
| tuple link_horizontal = domain.create_component('LinkHorizontal', 'cf3.mesh.actions.LinkPeriodicNodes') |
Definition at line 31 of file utest-mesh-cf3mesh.py.
| tuple make_par_data = root.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields') |
Definition at line 38 of file utest-mesh-cf3mesh.py.
| tuple mesh = domain.create_component('OriginalMesh','cf3.mesh.Mesh') |
Definition at line 10 of file utest-mesh-cf3mesh.py.
| tuple meshdiff = domain.create_component('MeshDiff', 'cf3.mesh.actions.MeshDiff') |
Definition at line 56 of file utest-mesh-cf3mesh.py.
| tuple outfile = cf.URI('cf3test.cf3mesh') |
Definition at line 46 of file utest-mesh-cf3mesh.py.
| tuple p2space = mesh.create_continuous_space(name = 'TestP2Space', shape_function = 'cf3.mesh.LagrangeP2') |
Definition at line 42 of file utest-mesh-cf3mesh.py.
| tuple points = blocks.create_points(dimensions = 2, nb_points = 4) |
Definition at line 13 of file utest-mesh-cf3mesh.py.
| tuple reader = domain.create_component('CF3MeshReader', 'cf3.mesh.cf3mesh.Reader') |
Definition at line 49 of file utest-mesh-cf3mesh.py.
| tuple root = cf.Core.root() |
Definition at line 8 of file utest-mesh-cf3mesh.py.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |