Missed changes

This commit is contained in:
jtclemm
2024-11-26 16:19:19 -07:00
parent 09cd209c62
commit e9073e4e1d
2 changed files with 2 additions and 2 deletions

View File

@ -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
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,
the amount of same-type support is calculated
the degree of same-type support is calculated
.. math::
W_{i,\mathrm{same}} = \sum_{j} W_{ij} \delta_{ij}

View File

@ -38,7 +38,7 @@ class FixRHEOPressure : public Fix {
double calc_rho(double, int);
double calc_csq(double, int);
int variable_csq;
int invertable_pressure;
int invertible_pressure;
private:
double *c_cubic, *csq, *csqinv, *rho0, *rho0inv, *tpower, *pbackground, *gamma;