COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Attributes | List of all members
ScalarSys2D::Properties Struct Reference

physical properties More...

#include <ScalarSys2D.hpp>

Inherits 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...
 
SolM v
 advection speed per equation More...
 
SolV mu
 salar diffusion coefficient per equation More...
 
Real u0
 scalar variable More...
 
Real u1
 scalar variable More...
 

Detailed Description

physical properties

Definition at line 46 of file ScalarSys2D.hpp.

Member Data Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW GeoV coords

< storing fixed-sized Eigen structures

position in domain

Definition at line 50 of file ScalarSys2D.hpp.

SolM grad_vars

gradient of independent variables

Definition at line 52 of file ScalarSys2D.hpp.

SolV mu

salar diffusion coefficient per equation

Definition at line 56 of file ScalarSys2D.hpp.

Real u0

scalar variable

Definition at line 58 of file ScalarSys2D.hpp.

Real u1

scalar variable

Definition at line 59 of file ScalarSys2D.hpp.

SolM v

advection speed per equation

Definition at line 54 of file ScalarSys2D.hpp.

SolV vars

independent variables with positions described in Variables

Definition at line 51 of file ScalarSys2D.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin