CppNoddy
0.92
|
Solving the 1D Euler problem for gas dynamics. More...
#include <OneD_HYP_bundle.h>
Go to the source code of this file.
Classes | |
class | CppNoddy::Example::Euler_1d |
Define the system. More... | |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
namespace | CppNoddy::Example |
Enumerations | |
enum | { rho , m , E } |
Functions | |
double | CppNoddy::Example::gamma (1.4) |
Adiabatic index – ratio of specific heats. More... | |
void | CppNoddy::Example::Q_init (const double &x, DenseVector< double > &q) |
Set the initial state of the system. More... | |
int | main () |
Solving the 1D Euler problem for gas dynamics.
where
and
for
for
Definition in file HYPSodsShocktube.cpp.
anonymous enum |
int main | ( | ) |
Definition at line 83 of file HYPSodsShocktube.cpp.
References CppNoddy::OneD_Node_Mesh< _Type, _Xtype >::get_interpolated_vars(), CppNoddy::OneD_TVDLF_Mesh::get_soln(), CppNoddy::OneD_TVDLF_Mesh::integrate(), CppNoddy::TrackerFile::push_ptr(), CppNoddy::TrackerFile::set_filename(), CppNoddy::OneD_TVDLF_Mesh::set_limiter(), CppNoddy::Utility::stringify(), CppNoddy::Utility::uniform_node_vector(), CppNoddy::TrackerFile::update(), and CppNoddy::OneD_TVDLF_Mesh::update().
© 2012
R.E. Hewitt