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

physical properties More...

#include <Scalar2D.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...
 
GeoV v
 advection speed More...
 
Real mu
 salar diffusion coefficient More...
 
Real u
 scalar variable More...
 

Detailed Description

physical properties

Definition at line 46 of file Scalar2D.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 Scalar2D.hpp.

SolM grad_vars

gradient of independent variables

Definition at line 52 of file Scalar2D.hpp.

Real mu

salar diffusion coefficient

Definition at line 56 of file Scalar2D.hpp.

Real u

scalar variable

Definition at line 58 of file Scalar2D.hpp.

GeoV v

advection speed

Definition at line 54 of file Scalar2D.hpp.

SolV vars

independent variables with positions described in Variables

Definition at line 51 of file Scalar2D.hpp.


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