COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Go to the source code of this file.
Namespaces | |
atest-ufem-heat3d-sphere | |
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') |
Send comments to: COOLFluiD Web Admin |