COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Namespaces | Variables
utest-mesh-periodic.py File Reference

Go to the source code of this file.

Namespaces

 utest-mesh-periodic
 

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 = 4)
 
tuple block_nodes = blocks.create_blocks(1)
 
tuple block_subdivs = blocks.create_block_subdivisions()
 
tuple gradings = blocks.create_block_gradings()
 
tuple make_par_data = root.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields')
 
tuple periodic_partitioner = domain.create_component('Partitioner', 'cf3.mesh.actions.PeriodicMeshPartitioner')
 
tuple link_horizontal = periodic_partitioner.create_link_periodic_nodes()
 
tuple link_vertical = periodic_partitioner.create_link_periodic_nodes()
 
tuple link_depth = periodic_partitioner.create_link_periodic_nodes()
 
Send comments to:
COOLFluiD Web Admin