PLUTO  4.4-patch2
Functions
rhd_entropy_solve.c File Reference

Inversion scheme for RHD using entropy. More...

#include "pluto.h"

Functions

int RHD_EntropySolve (double *u, double *v)
 

Detailed Description

Convert the conservative variables u=[D, m, sigma_c] (where sigma_c = D*sigma is the conserved entropy) to primitive variable using a Newton-Raphson/Bisection scheme.

Authors
C. Zanni
A. Mignone
Date
May 03, 2020

Function Documentation

◆ RHD_EntropySolve()

int RHD_EntropySolve ( double *  u,
double *  v 
)

Convert the conservative variables {D, m, sigma_c} (where sigma_c = D*sigma is the conserved entropy) to primitive variable using a Newton-Raphson/Bisection scheme.