Missed changes
This commit is contained in:
@ -123,7 +123,7 @@ zero implies there is no shifting in the normal direction and a value of
|
|||||||
*scaleshift* of one implies no change in behavior. This scaling is only applied
|
*scaleshift* of one implies no change in behavior. This scaling is only applied
|
||||||
to atoms with a color function value greater than *cmin*. To handle scenarios
|
to atoms with a color function value greater than *cmin*. To handle scenarios
|
||||||
of a small inclusion of one fluid type (e.g. a single atom) inside another,
|
of a small inclusion of one fluid type (e.g. a single atom) inside another,
|
||||||
the amount of same-type support is calculated
|
the degree of same-type support is calculated
|
||||||
|
|
||||||
.. math::
|
.. math::
|
||||||
W_{i,\mathrm{same}} = \sum_{j} W_{ij} \delta_{ij}
|
W_{i,\mathrm{same}} = \sum_{j} W_{ij} \delta_{ij}
|
||||||
|
|||||||
@ -38,7 +38,7 @@ class FixRHEOPressure : public Fix {
|
|||||||
double calc_rho(double, int);
|
double calc_rho(double, int);
|
||||||
double calc_csq(double, int);
|
double calc_csq(double, int);
|
||||||
int variable_csq;
|
int variable_csq;
|
||||||
int invertable_pressure;
|
int invertible_pressure;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
double *c_cubic, *csq, *csqinv, *rho0, *rho0inv, *tpower, *pbackground, *gamma;
|
double *c_cubic, *csq, *csqinv, *rho0, *rho0inv, *tpower, *pbackground, *gamma;
|
||||||
|
|||||||
Reference in New Issue
Block a user