COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Variables
utest-ufem-heat2d-periodic Namespace Reference

Variables

tuple model = cf.Core.root()
 
tuple domain = model.create_domain()
 
tuple physics = model.create_physics('cf3.UFEM.NavierStokesPhysics')
 
tuple solver = model.create_solver('cf3.UFEM.Solver')
 
tuple hc = solver.add_direct_solver('cf3.UFEM.HeatConductionSteady')
 
tuple mesh = domain.create_component('mesh','cf3.mesh.Mesh')
 
tuple blocks = domain.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 partitioner = domain.create_component('Partitioner', 'cf3.mesh.actions.PeriodicMeshPartitioner')
 
tuple link_horizontal = partitioner.create_link_periodic_nodes()
 
tuple make_par_data = domain.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields')
 
tuple writer = domain.create_component('MshWriter', 'cf3.mesh.gmsh.Writer')
 
 bc = hc.BoundaryConditions
 

Variable Documentation

bc = hc.BoundaryConditions

Definition at line 69 of file utest-ufem-heat2d-periodic.py.

tuple block_nodes = blocks.create_blocks(1)

Definition at line 28 of file utest-ufem-heat2d-periodic.py.

tuple block_subdivs = blocks.create_block_subdivisions()

Definition at line 30 of file utest-ufem-heat2d-periodic.py.

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

Definition at line 22 of file utest-ufem-heat2d-periodic.py.

tuple domain = model.create_domain()

Definition at line 14 of file utest-ufem-heat2d-periodic.py.

tuple gradings = blocks.create_block_gradings()

Definition at line 32 of file utest-ufem-heat2d-periodic.py.

tuple hc = solver.add_direct_solver('cf3.UFEM.HeatConductionSteady')

Definition at line 17 of file utest-ufem-heat2d-periodic.py.

tuple link_horizontal = partitioner.create_link_periodic_nodes()

Definition at line 44 of file utest-ufem-heat2d-periodic.py.

tuple make_par_data = domain.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields')

Definition at line 53 of file utest-ufem-heat2d-periodic.py.

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

Definition at line 20 of file utest-ufem-heat2d-periodic.py.

tuple model = cf.Core.root()

Definition at line 13 of file utest-ufem-heat2d-periodic.py.

tuple partitioner = domain.create_component('Partitioner', 'cf3.mesh.actions.PeriodicMeshPartitioner')

Definition at line 41 of file utest-ufem-heat2d-periodic.py.

tuple physics = model.create_physics('cf3.UFEM.NavierStokesPhysics')

Definition at line 15 of file utest-ufem-heat2d-periodic.py.

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

Definition at line 23 of file utest-ufem-heat2d-periodic.py.

tuple solver = model.create_solver('cf3.UFEM.Solver')

Definition at line 16 of file utest-ufem-heat2d-periodic.py.

tuple writer = domain.create_component('MshWriter', 'cf3.mesh.gmsh.Writer')

Definition at line 61 of file utest-ufem-heat2d-periodic.py.

Send comments to:
COOLFluiD Web Admin