Viscosity library routines
Files
Input
Reading a model of unknown type - i.e. reading to an object of class
(visc *) -
a word is read first, and compared against the name of each stress model class.
If a match is found, an object of that class is instantiated.
The data for that object is then read (see below for manuals on specific
classes).
An equation of state is then read.
In other words:
type
parameters
equation_of_state
Software interface
visc.h defines a `state' class
and an abstract `visc' class.
The viscous state is the same as the EOS state.
Specific viscosity model types