![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Variables | |
| tuple | root = cf.Core.root() |
| tuple | env = cf.Core.environment() |
| tuple | model = root.create_component('Boussinesq', 'cf3.solver.ModelUnsteady') |
| Global confifuration. More... | |
| tuple | domain = model.create_domain() |
| tuple | physics = model.create_physics('cf3.UFEM.NavierStokesPhysics') |
| tuple | solver = model.create_solver('cf3.UFEM.Solver') |
| tuple | ic = solver.create_initial_conditions() |
| tuple | boussinesq = solver.add_unsteady_solver('cf3.UFEM.NavierStokes') |
| tuple | blocks = domain.create_component('blocks', '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 | left_patch = blocks.create_patch_nb_faces(name = 'left', nb_faces = 1) |
| tuple | bottom_patch = blocks.create_patch_nb_faces(name = 'bottom', nb_faces = 1) |
| tuple | right_patch = blocks.create_patch_nb_faces(name = 'right', nb_faces = 1) |
| tuple | top_patch = blocks.create_patch_nb_faces(name = 'top', nb_faces = 1) |
| tuple | mesh = domain.create_component('Mesh', 'cf3.mesh.Mesh') |
| list | u_in = [1., 0.] |
| list | u_wall = [0., 0.] |
| int | phi_in = 1 |
| int | phi_wall = 0 |
| tuple | bc = boussinesq.get_child('BoundaryConditions') |
| tuple | time = model.create_time() |
| float | final_end_time = 0.1 |
| float | save_interval = 0.01 |
| int | current_end_time = 0 |
| int | iteration = 0 |
| tuple bc = boussinesq.get_child('BoundaryConditions') |
Definition at line 85 of file atest-boussinesq.py.
| tuple block_nodes = blocks.create_blocks(1) |
Definition at line 40 of file atest-boussinesq.py.
| tuple block_subdivs = blocks.create_block_subdivisions() |
Definition at line 43 of file atest-boussinesq.py.
| tuple blocks = domain.create_component('blocks', 'cf3.mesh.BlockMesh.BlockArrays') |
Definition at line 33 of file atest-boussinesq.py.
| tuple bottom_patch = blocks.create_patch_nb_faces(name = 'bottom', nb_faces = 1) |
Definition at line 53 of file atest-boussinesq.py.
| tuple boussinesq = solver.add_unsteady_solver('cf3.UFEM.NavierStokes') |
Definition at line 27 of file atest-boussinesq.py.
| int current_end_time = 0 |
Definition at line 106 of file atest-boussinesq.py.
| tuple domain = model.create_domain() |
Definition at line 19 of file atest-boussinesq.py.
| tuple env = cf.Core.environment() |
Definition at line 8 of file atest-boussinesq.py.
| float final_end_time = 0.1 |
Definition at line 104 of file atest-boussinesq.py.
| tuple gradings = blocks.create_block_gradings() |
Definition at line 46 of file atest-boussinesq.py.
| tuple ic = solver.create_initial_conditions() |
Definition at line 24 of file atest-boussinesq.py.
| int iteration = 0 |
Definition at line 107 of file atest-boussinesq.py.
| tuple left_patch = blocks.create_patch_nb_faces(name = 'left', nb_faces = 1) |
Definition at line 50 of file atest-boussinesq.py.
| tuple mesh = domain.create_component('Mesh', 'cf3.mesh.Mesh') |
Definition at line 64 of file atest-boussinesq.py.
| tuple model = root.create_component('Boussinesq', 'cf3.solver.ModelUnsteady') |
Global confifuration.
Definition at line 18 of file atest-boussinesq.py.
| int phi_in = 1 |
Definition at line 72 of file atest-boussinesq.py.
| int phi_wall = 0 |
Definition at line 73 of file atest-boussinesq.py.
| tuple physics = model.create_physics('cf3.UFEM.NavierStokesPhysics') |
Definition at line 20 of file atest-boussinesq.py.
| tuple points = blocks.create_points(dimensions = 2, nb_points = 4) |
Definition at line 34 of file atest-boussinesq.py.
| tuple right_patch = blocks.create_patch_nb_faces(name = 'right', nb_faces = 1) |
Definition at line 56 of file atest-boussinesq.py.
| tuple root = cf.Core.root() |
Definition at line 7 of file atest-boussinesq.py.
| float save_interval = 0.01 |
Definition at line 105 of file atest-boussinesq.py.
| tuple solver = model.create_solver('cf3.UFEM.Solver') |
Definition at line 21 of file atest-boussinesq.py.
| tuple time = model.create_time() |
Definition at line 99 of file atest-boussinesq.py.
| tuple top_patch = blocks.create_patch_nb_faces(name = 'top', nb_faces = 1) |
Definition at line 59 of file atest-boussinesq.py.
| list u_in = [1., 0.] |
Definition at line 70 of file atest-boussinesq.py.
| list u_wall = [0., 0.] |
Definition at line 71 of file atest-boussinesq.py.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |