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-multiregion | |
Variables | |
tuple | root = cf.Core.root() |
tuple | env = cf.Core.environment() |
tuple | model = cf.Core.root() |
Global confifuration. More... | |
tuple | domain = model.create_domain() |
tuple | physics = model.create_physics('cf3.UFEM.NavierStokesPhysics') |
tuple | solver = model.create_solver('cf3.UFEM.Solver') |
tuple | hc_bottom = solver.add_direct_solver('cf3.UFEM.HeatConductionSteady') |
tuple | hc_top = solver.add_direct_solver('cf3.UFEM.HeatConductionSteady') |
tuple | blocks = domain.create_component('blocks', 'cf3.mesh.BlockMesh.BlockArrays') |
tuple | points = blocks.create_points(dimensions = 2, nb_points = 6) |
tuple | block_nodes = blocks.create_blocks(2) |
tuple | block_subdivs = blocks.create_block_subdivisions() |
tuple | gradings = blocks.create_block_gradings() |
tuple | left_patch = blocks.create_patch_nb_faces(name = 'left', nb_faces = 2) |
tuple | bottom_patch = blocks.create_patch_nb_faces(name = 'bottom', nb_faces = 1) |
tuple | top_patch = blocks.create_patch_nb_faces(name = 'top', nb_faces = 1) |
tuple | right_patch = blocks.create_patch_nb_faces(name = 'right', nb_faces = 2) |
tuple | mesh = domain.create_component('Mesh', 'cf3.mesh.Mesh') |
tuple | bc_bot = hc_bottom.get_child('BoundaryConditions') |
tuple | bc_top = hc_top.get_child('BoundaryConditions') |
Send comments to: COOLFluiD Web Admin |