#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.
|
| 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...
|
| |
| #define BOOST_TEST_DYN_LINK |
| BOOST_AUTO_TEST_CASE |
( |
PhysicsStatic |
| ) |
|