![]() |
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-wall-distance | |
Variables | |
| tuple | env = cf.Core.environment() |
| tuple | root = cf.Core.root() |
| tuple | domain = root.create_component('Domain', 'cf3.mesh.Domain') |
| tuple | mesh = domain.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 = 9) |
| tuple | block_nodes = blocks.create_blocks(3) |
| tuple | block_subdivs = blocks.create_block_subdivisions() |
| tuple | gradings = blocks.create_block_gradings() |
| tuple | top = blocks.create_patch_nb_faces(name = 'top', nb_faces = 2) |
| tuple | left = blocks.create_patch_nb_faces(name = 'left', nb_faces = 2) |
| tuple | step = blocks.create_patch_nb_faces(name = 'step', nb_faces = 2) |
| tuple | make_boundary_global = root.create_component('MakeBoundaryGlobal', 'cf3.mesh.actions.MakeBoundaryGlobal') |
| tuple | wall_distance = root.create_component('WallDistance', 'cf3.mesh.actions.WallDistance') |
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |