cloudy trunk
Loading...
Searching...
No Matches
pressure_change.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef PRESSURE_CHANGE_H_
5#define PRESSURE_CHANGE_H_
6
12{
13public:
15 void set();
16};
17
19{
20public:
21 double dp, erp, press;
23 explicit solverState() : dp(-1.), erp(-1.), press(0), lastzone(-1)
24 {}
25};
26
27double pressureZone(const PresMode &presmode);
28bool PressureChange(double dP_chng_factor, const PresMode &presmode,
29 solverState &st);
30double zoneDensity();
31
32
33#endif // PRESSURE_CHANGE_H_
double zoneDensity()
double pressureZone(const PresMode &presmode)
bool PressureChange(double dP_chng_factor, const PresMode &presmode, solverState &st)