COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Go to the source code of this file.
Namespaces | |
atest-ufem-velocitygradient | |
Variables | |
tuple | root = cf.Core.root() |
tuple | env = cf.Core.environment() |
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 | grad = solver.add_direct_solver('cf3.UFEM.VelocityGradient') |
tuple | generator = domain.create_component('generator', 'cf3.mesh.BlockMesh.ChannelGenerator') |
mesh = domain.mesh | |
velocity = mesh.geometry.navier_stokes_u_solution | |
coords = mesh.geometry.coordinates | |
list | v = velocity[i] |
Send comments to: COOLFluiD Web Admin |