![]() |
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 | generator = domain.create_component('generator', 'cf3.mesh.BlockMesh.ChannelGenerator') |
| tuple | bc = hc.get_child('BoundaryConditions') |
| tuple bc = hc.get_child('BoundaryConditions') |
Definition at line 32 of file atest-ufem-heat3d-channel.py.
| tuple domain = model.create_domain() |
Definition at line 17 of file atest-ufem-heat3d-channel.py.
| tuple env = cf.Core.environment() |
Definition at line 6 of file atest-ufem-heat3d-channel.py.
| tuple generator = domain.create_component('generator', 'cf3.mesh.BlockMesh.ChannelGenerator') |
Definition at line 23 of file atest-ufem-heat3d-channel.py.
| tuple hc = solver.add_direct_solver('cf3.UFEM.HeatConductionSteady') |
Definition at line 20 of file atest-ufem-heat3d-channel.py.
| tuple model = cf.Core.root() |
Definition at line 16 of file atest-ufem-heat3d-channel.py.
| tuple physics = model.create_physics('cf3.UFEM.NavierStokesPhysics') |
Definition at line 18 of file atest-ufem-heat3d-channel.py.
| tuple root = cf.Core.root() |
Definition at line 5 of file atest-ufem-heat3d-channel.py.
| tuple solver = model.create_solver('cf3.UFEM.Solver') |
Definition at line 19 of file atest-ufem-heat3d-channel.py.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |