31#ifndef RELAXATIONPFINITE_H
32#define RELAXATIONPFINITE_H
35#include "../libTierces/LSODA.h"
double mu
Relaxation coefficient. Herein, the relaxation coefficient is identical for all phase_kâphase_j combi...
Definition RelaxationPFinite.cpp:36
Base class for a mesh cell.
Definition Cell.h:59
Finite pressure relaxation.
Definition RelaxationPFinite.h:40
static void system_relaxation(double, double *y, double *ydot, void *)
System of equations to integrate for the LSODA solver.
Definition RelaxationPFinite.cpp:395
double m_muFactor
Factor for the relaxation coefficient. Herein, the relaxation coefficient is identical for all phase_...
Definition RelaxationPFinite.h:68
RelaxationPFinite()
Definition RelaxationPFinite.cpp:40
bool m_LSODA
Bool to choose between LSODA and Euler solver. LSODA solver when m_LSODA=true and Euler solver when m...
Definition RelaxationPFinite.h:69
virtual ~RelaxationPFinite()
Definition RelaxationPFinite.cpp:67
void computePressureDifferences(Cell *cell, Prim type=vecPhases)
Compute the pressure differences.
Definition RelaxationPFinite.cpp:376
virtual void relaxation(Cell *cell, const double &dt, Prim type=vecPhases)
Finite Pressure relaxation method.
Definition RelaxationPFinite.cpp:71
Pressure relaxation.
Definition RelaxationP.h:39
Definition tinyxml2.h:1149