COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Variables
utest-solver-actions-twopointcorr Namespace Reference

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('OriginalMesh','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()
 
 coords = mesh.geometry.coordinates
 
tuple corr = domain.create_component('TwoPointCorrelation', 'cf3.solver.actions.TwoPointCorrelation')
 
tuple corr2 = domain.create_component('TwoPointCorrelation', 'cf3.solver.actions.TwoPointCorrelation')
 

Variable Documentation

tuple block_nodes = blocks.create_blocks(1)

Definition at line 16 of file utest-solver-actions-twopointcorr.py.

tuple block_subdivs = blocks.create_block_subdivisions()

Definition at line 18 of file utest-solver-actions-twopointcorr.py.

tuple blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays')

Definition at line 10 of file utest-solver-actions-twopointcorr.py.

coords = mesh.geometry.coordinates

Definition at line 30 of file utest-solver-actions-twopointcorr.py.

tuple corr = domain.create_component('TwoPointCorrelation', 'cf3.solver.actions.TwoPointCorrelation')

Definition at line 36 of file utest-solver-actions-twopointcorr.py.

tuple corr2 = domain.create_component('TwoPointCorrelation', 'cf3.solver.actions.TwoPointCorrelation')

Definition at line 43 of file utest-solver-actions-twopointcorr.py.

tuple domain = root.create_component('Domain', 'cf3.mesh.Domain')

Definition at line 7 of file utest-solver-actions-twopointcorr.py.

tuple env = cf.Core.environment()

Definition at line 3 of file utest-solver-actions-twopointcorr.py.

tuple gradings = blocks.create_block_gradings()

Definition at line 20 of file utest-solver-actions-twopointcorr.py.

tuple mesh = domain.create_component('OriginalMesh','cf3.mesh.Mesh')

Definition at line 8 of file utest-solver-actions-twopointcorr.py.

tuple points = blocks.create_points(dimensions = 2, nb_points = 4)

Definition at line 11 of file utest-solver-actions-twopointcorr.py.

tuple root = cf.Core.root()

Definition at line 6 of file utest-solver-actions-twopointcorr.py.

Send comments to:
COOLFluiD Web Admin