COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <iostream>
#include <boost/test/unit_test.hpp>
#include "math/Defs.hpp"
#include "cf3/common/Log.hpp"
#include "cf3/common/Core.hpp"
#include "cf3/common/Environment.hpp"
#include "cf3/physics/euler/euler1d/Functions.hpp"
#include "cf3/physics/euler/euler2d/Functions.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::Euler" |
Functions | |
BOOST_AUTO_TEST_CASE (Test_Euler1D_convection) | |
BOOST_AUTO_TEST_CASE (Test_Euler1D_riemann) | |
BOOST_AUTO_TEST_CASE (Test_Euler2D_convection) | |
BOOST_AUTO_TEST_CASE (Test_Euler2D_riemann) | |
BOOST_AUTO_TEST_CASE (Test_Euler2D_SymmetryBCs) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-physics-euler.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::Euler" |
Definition at line 8 of file utest-physics-euler.cpp.
BOOST_AUTO_TEST_CASE | ( | Test_Euler1D_convection | ) |
Definition at line 32 of file utest-physics-euler.cpp.
BOOST_AUTO_TEST_CASE | ( | Test_Euler1D_riemann | ) |
Definition at line 54 of file utest-physics-euler.cpp.
BOOST_AUTO_TEST_CASE | ( | Test_Euler2D_convection | ) |
Definition at line 101 of file utest-physics-euler.cpp.
BOOST_AUTO_TEST_CASE | ( | Test_Euler2D_riemann | ) |
Definition at line 125 of file utest-physics-euler.cpp.
BOOST_AUTO_TEST_CASE | ( | Test_Euler2D_SymmetryBCs | ) |
Definition at line 171 of file utest-physics-euler.cpp.
Send comments to: COOLFluiD Web Admin |