Class Equipment
- BeerXML\Record\Equipment implements BeerXML\Generator\IEquipmentDisplay, BeerXML\Parser\IEquipmentDisplay
public
|
|
public
float
|
|
public
|
#
setBoilSize( float $boilSize )
The pre-boil volume used in this particular instance for this equipment setup. Note that this may be a calculated value depending on the CALC_BOIL_VOLUME parameter. |
public
float
|
#
getBoilSize( )
The pre-boil volume used in this particular instance for this equipment setup. Note that this may be a calculated value depending on the CALC_BOIL_VOLUME parameter. |
public
|
#
setBoilTime( number $boilTime )
The normal amount of time one boils for this equipment setup. This can be used with the evaporation rate to calculate the evaporation loss. |
public
number
|
#
getBoilTime( )
The normal amount of time one boils for this equipment setup. This can be used with the evaporation rate to calculate the evaporation loss. |
public
|
#
setCalcBoilVolume( boolean $calcBoilVolume )
Flag denoting that the program should calculate the boil size. Flag may be TRUE or FALSE. If TRUE, then BOIL_SIZE = (BATCH_SIZE – TOP_UP_WATER – TRUB_CHILLER_LOSS) * (1+BOIL_TIME * EVAP_RATE ) If set then the boil size should match this value. |
public
boolean
|
#
getCalcBoilVolume( )
Flag denoting that the program should calculate the boil size. Flag may be TRUE or FALSE. If TRUE, then BOIL_SIZE = (BATCH_SIZE – TOP_UP_WATER – TRUB_CHILLER_LOSS) * (1+BOIL_TIME * EVAP_RATE ) If set then the boil size should match this value. |
public
|
|
public
float
|
|
public
|
#
setHopUtilization( float $hopUtilization )
Large batch hop utilization. This value should be 100% for batches less than 20 gallons, but may be higher (200% or more) for very large batch equipment. |
public
float
|
#
getHopUtilization( )
Large batch hop utilization. This value should be 100% for batches less than 20 gallons, but may be higher (200% or more) for very large batch equipment. |
public
|
#
setLauterDeadspace( number $lauterDeadspace )
Amount lost to the lauter tun and equipment associated with the lautering process. |
public
number
|
#
getLauterDeadspace( )
Amount lost to the lauter tun and equipment associated with the lautering process. |
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
number
|
|
public
|
|
public
float
|
|
public
|
#
setTrubChillerLoss( float $trubChillerLoss )
The amount of wort normally lost during transition from the boiler to the fermentation vessel. Includes both unusable wort due to trub and wort lost to the chiller and transfer systems. |
public
float
|
#
getTrubChillerLoss( )
The amount of wort normally lost during transition from the boiler to the fermentation vessel. Includes both unusable wort due to trub and wort lost to the chiller and transfer systems. |
public
|
#
setTunSpecificHeat( float $tunSpecificHeat )
The specific heat of the mash tun which is usually a function of the material it is made of. Typical ranges are 0.1-0.25 for metal and 0.2-0.5 for plastic materials. |
public
float
|
#
getTunSpecificHeat( )
The specific heat of the mash tun which is usually a function of the material it is made of. Typical ranges are 0.1-0.25 for metal and 0.2-0.5 for plastic materials. |
public
|
#
setTunVolume( float $tunVolume )
Volume of the mash tun in liters. This parameter can be used to calculate if a particular mash and grain profile will fit in the mash tun. It may also be used for thermal calculations in the case of a partially full mash tun. |
public
float
|
#
getTunVolume( )
Volume of the mash tun in liters. This parameter can be used to calculate if a particular mash and grain profile will fit in the mash tun. It may also be used for thermal calculations in the case of a partially full mash tun. |
public
|
#
setTunWeight( float $tunWeight )
Weight of the mash tun in kilograms. Used primarily to calculate the thermal parameters of the mash tun – in conjunction with the volume and specific heat. |
public
float
|
#
getTunWeight( )
Weight of the mash tun in kilograms. Used primarily to calculate the thermal parameters of the mash tun – in conjunction with the volume and specific heat. |
public
|
#
setVersion( integer $version )
Version of the equipment record. Should always be "1" for this version of the XML standard. |
public
integer
|
#
getVersion( )
Version of the equipment record. Should always be "1" for this version of the XML standard. |
public
|
#
setDisplayBatchSize( string $displayBatchSize )
The target volume of the batch at the start of fermentation in display volume units such as "5.0 gal" |
public
string
|
#
getDisplayBatchSize( )
The target volume of the batch at the start of fermentation in display volume units such as "5.0 gal" |
public
|
#
setDisplayBoilSize( string $displayBoilSize )
The pre-boil volume normally used for a batch of this size shown in display volume units such as "5.5 gal" |
public
string
|
#
getDisplayBoilSize( )
The pre-boil volume normally used for a batch of this size shown in display volume units such as "5.5 gal" |
public
|
#
setDisplayLauterDeadspace( string $displayLauterDeadspace )
Amount lost to the lauter tun and equipment associated with the lautering process. Ex: "2.0 gal" or "1.0 l" |
public
string
|
#
getDisplayLauterDeadspace( )
Amount lost to the lauter tun and equipment associated with the lautering process. Ex: "2.0 gal" or "1.0 l" |
public
|
#
setDisplayTopUpKettle( string $displayTopUpKettle )
Amount normally added to the boil kettle before the boil. Ex: "1.0 gal" |
public
string
|
|
public
|
#
setDisplayTopUpWater( string $displayTopUpWater )
The amount of top up water normally added just prior to starting fermentation in display volume such as "1.0 gal" |
public
string
|
#
getDisplayTopUpWater( )
The amount of top up water normally added just prior to starting fermentation in display volume such as "1.0 gal" |
public
|
#
setDisplayTrubChillerLoss( string $displayTrubChillerLoss )
The amount of wort normally lost during transition from the boiler to the fermentation vessel. |
public
string
|
#
getDisplayTrubChillerLoss( )
The amount of wort normally lost during transition from the boiler to the fermentation vessel. |
public
|
#
setDisplayTunVolume( string $displayTunVolume )
Volume of the mash tun in display units such as "10.0 gal" or "20.0 l" |
public
string
|
|
public
|
#
setDisplayTunWeight( string $displayTunWeight )
Weight of the mash tun in display units such as "3.0 kg" or "6.0 lb" |
public
string
|