COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Variables | |
tuple | root = cf.Core.root() |
tuple | parent = root.create_component('parent', 'cf3.common.Group') |
tuple | child02 = parent.create_component('child02', 'cf3.common.Group') |
tuple | l = range(0,6) |
tuple child02 = parent.create_component('child02', 'cf3.common.Group') |
Definition at line 12 of file utest-python-component.py.
list l = range(0,6) |
Definition at line 25 of file utest-python-component.py.
tuple parent = root.create_component('parent', 'cf3.common.Group') |
Definition at line 8 of file utest-python-component.py.
tuple root = cf.Core.root() |
Definition at line 6 of file utest-python-component.py.
Send comments to: COOLFluiD Web Admin |