COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
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 
def cf_check_equal(a, b)
Definition: check.py:19
Send comments to:
COOLFluiD Web Admin