COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Go to the source code of this file.
Namespaces | |
utest-mesh-make-boundary-global | |
Variables | |
tuple | env = cf.Core.environment() |
tuple | root = cf.Core.root() |
tuple | mesh = root.create_component('mesh','cf3.mesh.Mesh') |
tuple | blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays') |
tuple | points = blocks.create_points(dimensions = 2, nb_points = 4) |
tuple | block_nodes = blocks.create_blocks(1) |
tuple | block_subdivs = blocks.create_block_subdivisions() |
tuple | gradings = blocks.create_block_gradings() |
tuple | make_boundary_global = root.create_component('MakeBoundaryGlobal', 'cf3.mesh.actions.MakeBoundaryGlobal') |
tuple | writer = root.create_component('MshWriter', 'cf3.mesh.gmsh.Writer') |
Send comments to: COOLFluiD Web Admin |