The FARGO_THORIN code developer's guide
|
A few functions that manipulate the surface density profile. More...
#include "fargo.h"
Go to the source code of this file.
Functions | |
real | Sigma (real r) |
void | FillSigma () |
void | RefillSigma (PolarGrid *Surfdens) |
real | Energy (real r) |
Initialises the energy array. More... | |
void | FillEnergy () |
void | RefillEnergy (PolarGrid *Energy) |
real | InitCoolingTime (real r) |
void | FillCoolingTime () |
real | InitQplus (real r) |
void | FillQplus () |
void | FillVtheta (PolarGrid *Vtheta) |
Variables | |
real | ScalingFactor |
A few functions that manipulate the surface density profile.
Definition in file Theo.c.
Initialises the energy array.
Definition at line 60 of file Theo.c.
References ADIABIND, ASPECTRATIO, FLARINGINDEX, GASCONST, mastererr(), MOLWEIGHT, prs_exit(), SIGMA0, and SIGMASLOPE.
Referenced by FillEnergy().
void FillCoolingTime | ( | ) |
Definition at line 110 of file Theo.c.
References CoolingTimeMed, InitCoolingTime(), NRAD, and Rmed.
Referenced by InitGasVelocity().
void FillEnergy | ( | ) |
void FillQplus | ( | ) |
Definition at line 125 of file Theo.c.
References InitQplus(), NRAD, QplusMed, and Rmed.
Referenced by InitGasVelocity().
void FillSigma | ( | ) |
void FillVtheta | ( | PolarGrid * | Vtheta | ) |
Definition at line 132 of file Theo.c.
References polargrid::Nrad, OmegaFrame, Rmed, and VthetaMed.
Definition at line 102 of file Theo.c.
References COOLINGTIME, and FLARINGINDEX.
Referenced by FillCoolingTime().
Definition at line 116 of file Theo.c.
References FViscosity(), Qplus, SIGMA0, and SIGMASLOPE.
Referenced by FillQplus().
void RefillSigma | ( | PolarGrid * | Surfdens | ) |
Definition at line 15 of file Theo.c.
References CAVITYRADIUS, CAVITYRATIO, ScalingFactor, SIGMA0, and SIGMASLOPE.
Referenced by FillSigma().