COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Variables | |
tuple | root = cf.Core.root() |
tuple | mesh = root.create_component('mesh','cf3.mesh.Mesh') |
tuple | mesh_generator = root.create_component("mesh_generator","cf3.mesh.SimpleMeshGenerator") |
tuple | short_edge_action = root.create_component('ShortestEdge', 'cf3.mesh.actions.ShortestEdge') |
tuple mesh = root.create_component('mesh','cf3.mesh.Mesh') |
Definition at line 7 of file utest-mesh-actions-shortest-edge.py.
tuple mesh_generator = root.create_component("mesh_generator","cf3.mesh.SimpleMeshGenerator") |
Definition at line 8 of file utest-mesh-actions-shortest-edge.py.
tuple root = cf.Core.root() |
Definition at line 4 of file utest-mesh-actions-shortest-edge.py.
tuple short_edge_action = root.create_component('ShortestEdge', 'cf3.mesh.actions.ShortestEdge') |
Definition at line 15 of file utest-mesh-actions-shortest-edge.py.
Send comments to: COOLFluiD Web Admin |