Added viscosity function for SC at temperature.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@4007 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2010-02-04 20:03:02 +00:00
parent ef46b2f30e
commit 7b777201e2

View File

@ -1333,6 +1333,7 @@ int sum_surface_comp(struct surface *source1, LDBLE f1,
struct surface *target, LDBLE new_Dw);
int reformat_surf(char *comp_name, LDBLE fraction, char *new_comp_name,
LDBLE new_Dw, int cell);
LDBLE viscosity(void);
int multi_D(LDBLE DDt, int mobile_cell, int stagnant);
int find_J(int icell, int jcell, LDBLE mixf, LDBLE DDt, int stagnant);