![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
physical properties More...
#include <Scalar1D.hpp>
Inherits Properties.
Public Member Functions | |
| Properties () | |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW GeoV | coords |
| < storing fixed-sized Eigen structures More... | |
| SolV | vars |
| independent variables with positions described in Variables More... | |
| SolM | grad_vars |
| gradient of independent variables More... | |
| Real | u |
| scalar variable More... | |
Configurable constants | |
| Real | v |
| advection speed More... | |
| Real | mu |
| salar diffusion coefficient More... | |
physical properties
Definition at line 46 of file Scalar1D.hpp.
| Properties | ( | ) |
Definition at line 24 of file Scalar1D.cpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW GeoV coords |
< storing fixed-sized Eigen structures
position in domain
Definition at line 52 of file Scalar1D.hpp.
| SolM grad_vars |
gradient of independent variables
Definition at line 54 of file Scalar1D.hpp.
| Real mu |
salar diffusion coefficient
Definition at line 59 of file Scalar1D.hpp.
| Real u |
scalar variable
Definition at line 62 of file Scalar1D.hpp.
| Real v |
advection speed
Definition at line 58 of file Scalar1D.hpp.
| SolV vars |
independent variables with positions described in Variables
Definition at line 53 of file Scalar1D.hpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |