|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Represents the EDPVR determined by Klotz from a single volume, pressure measurement. More...
Public Member Functions | |
| def | __init__ (self, Vm, Pm) |
| def | __call__ (self, V) |
| def | inverse (self, P) |
Represents the EDPVR determined by Klotz from a single volume, pressure measurement.
To construct the relation, simply pass in a measured pressure-volume pair on the EDVPR:
You can then evaluate the relation by either calling it with volumes:
or compute the inverse:
Vm float The volume of a measured state on the EDPVR (ml) Pm float The pressure of a measured state on the EDPVR (kPa)
| def carputils.fitting.klotz.KlotzRelation.__init__ | ( | self, | |
| Vm, | |||
| Pm | |||
| ) |
| def carputils.fitting.klotz.KlotzRelation.__call__ | ( | self, | |
| V | |||
| ) |
| def carputils.fitting.klotz.KlotzRelation.inverse | ( | self, | |
| P | |||
| ) |
1.8.13