COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Functions | |
def | check_option (comp, optname, value) |
def | test_option (comp, optname, value) |
Variables | |
tuple | root = cf.Core.root() |
tuple | opts01 = root.create_component('opts01', 'cf3.python.TestAllOptions') |
tuple | testgrp = opts01.create_component('testgrp', 'cf3.common.Group') |
tuple | testgen = opts01.create_component('testgen', 'cf3.common.Component') |
def utest-python-options.check_option | ( | comp, | |
optname, | |||
value | |||
) |
Definition at line 8 of file utest-python-options.py.
def utest-python-options.test_option | ( | comp, | |
optname, | |||
value | |||
) |
Definition at line 13 of file utest-python-options.py.
tuple opts01 = root.create_component('opts01', 'cf3.python.TestAllOptions') |
Definition at line 17 of file utest-python-options.py.
tuple root = cf.Core.root() |
Definition at line 4 of file utest-python-options.py.
tuple testgen = opts01.create_component('testgen', 'cf3.common.Component') |
Definition at line 41 of file utest-python-options.py.
tuple testgrp = opts01.create_component('testgrp', 'cf3.common.Group') |
Definition at line 40 of file utest-python-options.py.
Send comments to: COOLFluiD Web Admin |