COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Macros | Functions
utest-solver-physics-static.cpp File Reference
#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/mpl/void.hpp>
#include "common/CF.hpp"

Go to the source code of this file.

Classes

struct  ComposedPhysics< T1, T2, T3, T4, T5 >
 Prototype implementation of a static physics model. Compose up to 5 physical models. More...
 
struct  ComposedPhysics< T1, T2, boost::mpl::void_, boost::mpl::void_, boost::mpl::void_ >
 Specialization for 2 models. More...
 
struct  ComposedPhysics< T1, T2, T3, boost::mpl::void_, boost::mpl::void_ >
 Specialization for 3 models. More...
 
struct  ComposedPhysics< T1, T2, T3, T4, boost::mpl::void_ >
 Specialization for 4 models. More...
 
struct  IsotermalFluid2D
 Store local fluid properties. More...
 
struct  ThermalFluid
 Non-isothermal fluid (assume we get the temperature from somewhere else) More...
 
struct  Air
 Properties of air that depend on temperature. More...
 
struct  PerfectGas
 Use the perfect gas law to get density. More...
 

Macros

#define BOOST_TEST_DYN_LINK
 
#define BOOST_TEST_MODULE   "Test module for cf3::physics::PhysModel"
 

Functions

 BOOST_AUTO_TEST_CASE (PhysicsStatic)
 

Macro Definition Documentation

#define BOOST_TEST_DYN_LINK

Definition at line 7 of file utest-solver-physics-static.cpp.

#define BOOST_TEST_MODULE   "Test module for cf3::physics::PhysModel"

Definition at line 8 of file utest-solver-physics-static.cpp.

Function Documentation

BOOST_AUTO_TEST_CASE ( PhysicsStatic  )

Definition at line 161 of file utest-solver-physics-static.cpp.

Send comments to:
COOLFluiD Web Admin