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

Go to the source code of this file.

Namespaces

 utest-zoltan-phg-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 mesh_generator = domain.create_component("MeshGenerator","cf3.mesh.SimpleMeshGenerator")
 
tuple make_par_data = root.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields')
 
tuple make_boundary_global = domain.create_component('MakeBoundaryGlobal', 'cf3.mesh.actions.MakeBoundaryGlobal')
 
tuple link_horizontal = domain.create_component('LinkHorizontal', 'cf3.mesh.actions.LinkPeriodicNodes')
 
tuple link_vertical = domain.create_component('LinkVertical', 'cf3.mesh.actions.LinkPeriodicNodes')
 
tuple my_rank = cf.Core.rank()
 
 ranks = mesh.geometry.children.rank
 
 periodic_links_active = mesh.geometry.children.periodic_links_active
 
int my_nb_nodes = 0
 
tuple partitioner = domain.create_component('Partitioner', 'cf3.zoltan.PHG')
 
Send comments to:
COOLFluiD Web Admin