COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#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 | |
class | PhysModel |
struct | PhysModel::Properties |
class | Variables |
class | VariablesT< PHYS > |
class | Euler2D |
struct | Euler2D::Properties |
struct | Euler2DCons |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::physics::PhysModel" |
Functions | |
BOOST_AUTO_TEST_CASE (dynamic_api) | |
BOOST_AUTO_TEST_CASE (static_api) | |
BOOST_AUTO_TEST_CASE (definition_of_model) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-solver-physics-static2dynamic.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::physics::PhysModel" |
Definition at line 8 of file utest-solver-physics-static2dynamic.cpp.
BOOST_AUTO_TEST_CASE | ( | dynamic_api | ) |
Definition at line 143 of file utest-solver-physics-static2dynamic.cpp.
BOOST_AUTO_TEST_CASE | ( | static_api | ) |
Definition at line 157 of file utest-solver-physics-static2dynamic.cpp.
BOOST_AUTO_TEST_CASE | ( | definition_of_model | ) |
Definition at line 171 of file utest-solver-physics-static2dynamic.cpp.
Send comments to: COOLFluiD Web Admin |