COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test
python
utest-python-properties.py
Go to the documentation of this file.
1
from
coolfluid
import
*
2
3
root = Core.root()
4
5
print
root.properties()[
'brief'
]
6
7
norm = root.create_component(
'norm'
,
'cf3.solver.ComputeLNorm'
)
8
cf_check_equal
(norm.properties()[
'norm'
],[0],
'Norm was not zero'
)
9
check.cf_check_equal
def cf_check_equal(a, b)
Definition:
check.py:19
Generated on Sun Jun 14 2015 21:20:17 for COOLFluiD by
1.8.9.1
Send comments to:
COOLFluiD Web Admin