COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Variables | |
tuple | root = cf.Core.root() |
tuple | env = cf.Core.environment() |
tuple | model = cf.Core.root() |
tuple | domain = model.create_domain() |
tuple | physics = model.create_physics('cf3.UFEM.NavierStokesPhysics') |
tuple | solver = model.create_solver('cf3.UFEM.Solver') |
tuple | hc = solver.add_direct_solver('cf3.UFEM.HeatConductionSteady') |
tuple | mesh = domain.load_mesh(file = cf.URI(sys.argv[1]), name = 'Mesh') |
tuple | bc = hc.get_child('BoundaryConditions') |
tuple bc = hc.get_child('BoundaryConditions') |
Definition at line 28 of file atest-ufem-heat3d-sphere.py.
tuple domain = model.create_domain() |
Definition at line 17 of file atest-ufem-heat3d-sphere.py.
tuple env = cf.Core.environment() |
Definition at line 6 of file atest-ufem-heat3d-sphere.py.
tuple hc = solver.add_direct_solver('cf3.UFEM.HeatConductionSteady') |
Definition at line 20 of file atest-ufem-heat3d-sphere.py.
tuple mesh = domain.load_mesh(file = cf.URI(sys.argv[1]), name = 'Mesh') |
Definition at line 23 of file atest-ufem-heat3d-sphere.py.
tuple model = cf.Core.root() |
Definition at line 16 of file atest-ufem-heat3d-sphere.py.
tuple physics = model.create_physics('cf3.UFEM.NavierStokesPhysics') |
Definition at line 18 of file atest-ufem-heat3d-sphere.py.
tuple root = cf.Core.root() |
Definition at line 5 of file atest-ufem-heat3d-sphere.py.
tuple solver = model.create_solver('cf3.UFEM.Solver') |
Definition at line 19 of file atest-ufem-heat3d-sphere.py.
Send comments to: COOLFluiD Web Admin |