Documentation
¶
Overview ¶
Package for dealing with manipulation of buffers
Package for dealing with manipulation of buffers
Index ¶
- func Dilute(moleculename string, stockconc wunit.Concentration, stockvolume wunit.Volume, ...) (dilutedconc wunit.Concentration, err error)
- func DiluteBasedonMolecularWeight(molecularweight float64, stockconc wunit.Concentration, ...) (dilutedconc wunit.Concentration)
- func StockConcentration(nameofmolecule string, massofmoleculeactuallyaddedinG wunit.Mass, ...) (actualconc wunit.Concentration, err error)
- type PH
- type PHMeasurement
- func (ph *PHMeasurement) AdjustpH(ph_setpoint float64, ph_tolerance float64, ph_setPointTemp wunit.Temperature, ...) (adjustedsol wtype.Liquid, newph PHMeasurement, componentadded wtype.Liquid, ...)
- func (ph *PHMeasurement) TempCompensation(reftemp wunit.Temperature, tempcoefficientforsolution PHperdegC) (compensatedph float64)
- type PHperdegC
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiluteBasedonMolecularWeight ¶
func DiluteBasedonMolecularWeight(molecularweight float64, stockconc wunit.Concentration, stockvolume wunit.Volume, diluentname string, diluentvoladded wunit.Volume) (dilutedconc wunit.Concentration)
Types ¶
type PH ¶
type PH struct { PHValue float64 Temp wunit.Temperature }
type PHMeasurement ¶
type PHMeasurement struct { Component *wtype.Liquid Location *wtype.Plate PHValue float64 Temp wunit.Temperature TempCorrected *float64 RefTemp *wunit.Temperature TempCoefficient *PHperdegC Adjusted *float64 Adjustedwith *wtype.Liquid }
func MeasurePH ¶
func MeasurePH(*wtype.Liquid) (measured PHMeasurement)
func (*PHMeasurement) AdjustpH ¶
func (ph *PHMeasurement) AdjustpH(ph_setpoint float64, ph_tolerance float64, ph_setPointTemp wunit.Temperature, Acid *wtype.Liquid, Base *wtype.Liquid) (adjustedsol wtype.Liquid, newph PHMeasurement, componentadded wtype.Liquid, err error)
this should be performed on an LHComponent currently (wrongly) assumes only acid or base will be needed
func (*PHMeasurement) TempCompensation ¶
func (ph *PHMeasurement) TempCompensation(reftemp wunit.Temperature, tempcoefficientforsolution PHperdegC) (compensatedph float64)
Click to show internal directories.
Click to hide internal directories.