SPH
Classes | Functions
Sod.cpp File Reference

Sod shock tube test. More...

#include "Sph.h"
#include "catch.hpp"
#include "sod/Solution.h"
#include "sph/solvers/SummationSolver.h"

Go to the source code of this file.

Classes

class  SodOutput
 
class  SodBc
 
class  Sod
 

Functions

INLINE Float smoothingFunc (const Float x, const Float x1, const Float x2)
 
Array< VectorsodDistribution (const Float x1, const Float x2, const Float rho1, const Float rho2, const Float eta)
 
 TEST_CASE ("Sod", "[sod]")
 

Detailed Description

Sod shock tube test.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file Sod.cpp.

Function Documentation

◆ smoothingFunc()

INLINE Float smoothingFunc ( const Float  x,
const Float  x1,
const Float  x2 
)

Definition at line 13 of file Sod.cpp.

◆ sodDistribution()

Array<Vector> sodDistribution ( const Float  x1,
const Float  x2,
const Float  rho1,
const Float  rho2,
const Float  eta 
)

Definition at line 27 of file Sod.cpp.

◆ TEST_CASE()

TEST_CASE ( "Sod"  ,
""  [sod] 
)

Definition at line 202 of file Sod.cpp.