Skip navigation links
B C D G I M P Q R S T 

B

BiQuadraticCurve - Class in convertDXSingleDoubleSpeed
This method implements a biquadratic curve.
BiQuadraticCurve() - Constructor for class convertDXSingleDoubleSpeed.BiQuadraticCurve
 

C

cardinalDXDoubleSpeedsDuplicatesFile(String) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method returns the number of duplicated DXDoubleSpeed found in an input file.
cardinalDXSingleSpeedsDuplicatesFile(String) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method returns the number of duplicated DXSingleSpeed found in an input file.
ConvertDXData - Class in convertDXSingleDoubleSpeed
This program converts DX cooling coils performance curves from idf -format for EnergyPlus to mo-format for Modelica.
ConvertDXData() - Constructor for class convertDXSingleDoubleSpeed.ConvertDXData
 
convertDXSingleDoubleSpeed - package convertDXSingleDoubleSpeed
 
curveToString() - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method concatenates the coefficients of the curve into a string.
curveToString() - Method in interface convertDXSingleDoubleSpeed.ICurve
 
curveToString() - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method concatenates the coefficients of the curve into a string.

D

DXCoilPerformance - Class in convertDXSingleDoubleSpeed
This class represents the performance data for a double stage cooling coils.
DXCoilPerformance() - Constructor for class convertDXSingleDoubleSpeed.DXCoilPerformance
 
DXDoubleSpeed - Class in convertDXSingleDoubleSpeed
This class represents a cooling coil from type "DXDoubleSpeed".
DXDoubleSpeed() - Constructor for class convertDXSingleDoubleSpeed.DXDoubleSpeed
 
dxDoubleSpeedsDuplicates(String) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method finds duplicated DXDoubleSpeed in the input file and print them in an output file.
DXSingleSpeed - Class in convertDXSingleDoubleSpeed
This class represents a cooling coil from type "DXSingleSpeedR".
DXSingleSpeed() - Constructor for class convertDXSingleDoubleSpeed.DXSingleSpeed
 
dxSingleSpeedsDuplicates(String) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method finds duplicated DXSingleSpeed in the input file and print them in an output file.

G

getCurves() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the curves describing the cooling coil.
getCurves() - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method gets the curves describing the cooling coil.
getCurves() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the curves describing the cooling coil.
getFraAirFlow() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the fraction of air flow bypassed around the coil.
getFunctionNames() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the functions names of the cooling coil.
getFunctionNames() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the functions names of the cooling coil.
getGloHeaderStr() - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method gets the comments header for all cooling coils.
getMaxValX() - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method gets the maximum x-value of the curve.
getMaxValX() - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method gets the maximum x-value of the curve.
getMaxValY() - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the maximum y-value of the curve.
getMinValX() - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method gets the minimum x-value of the curve.
getMinValX() - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method gets the minimum x-value of the curve.
getMinValY() - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method gets the minimum y-value of the curve.
getName() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the name of the cooling coil.
getName() - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method gets the name of the cooling coil.
getName() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the name of the cooling coil.
getRatAirFlowRate() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the rated air flow of the cooling coil.
getRatAirFlowRate() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the rated air flow of the cooling coil.
getRatCOP() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the reference COP of the cooling coil.
getRatCOP() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the reference COP of the cooling coil.
getRatEvaFanPowPerVolFlowRate() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the rated evaporator fan Power per volume flow rate of the cooling coil.
getRatSenHeaRatio() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the rated sensible heat ratio of the cooling coil.
getRatSenHeaRatio() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the rated sensible heat ratio of the cooling coil.
getRatTotCooCapacity() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the rated total cooling capacity of the cooling coil.
getRatTotCooCapacity() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the rated total cooling capacity of the cooling coil.
getStringDefinitionOfDXDoubleSpeedObject() - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method gets the comments definition of the cooling coil.
getStringDefinitionOfDXSingleSpeedObject() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method gets the comments definition of the cooling coil.
getStringDefinitionOfDXSingleSpeedObject() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method gets the comments definition of the cooling coil.

I

ICurve - Interface in convertDXSingleDoubleSpeed
This method implements an interface for dx cooling coils curves.

M

main(String[]) - Static method in class convertDXSingleDoubleSpeed.ConvertDXData
This is the main routine that starts the program.

P

parseFile(String) - Method in class convertDXSingleDoubleSpeed.Parser
This is the main routine that finds and stores the DXSingleSpeeds in arrays.
Parser - Class in convertDXSingleDoubleSpeed
This class is the parser used to get and store dx single speed cooling coils data from an input file.
Parser() - Constructor for class convertDXSingleDoubleSpeed.Parser
 
ParserResultObject - Class in convertDXSingleDoubleSpeed
This class records and prints all dx single speed cooling coils found in an input file.
ParserResultObject() - Constructor for class convertDXSingleDoubleSpeed.ParserResultObject
 

Q

QuadraticCurve - Class in convertDXSingleDoubleSpeed
This method implements a quadratic curve.
QuadraticCurve() - Constructor for class convertDXSingleDoubleSpeed.QuadraticCurve
 

R

removeDuplicates(ArrayList<String>) - Static method in class convertDXSingleDoubleSpeed.ParserResultObject
This method removes duplicates from an array list.

S

saveDuplicates(ArrayList<String>) - Static method in class convertDXSingleDoubleSpeed.ParserResultObject
This method saves duplicates found in an array list.
setCoef1(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the first coefficient of the curve.
setCoef1(String) - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method sets the first coefficient of the curve.
setCoef2(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the second coefficient of the curve.
setCoef2(String) - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method sets the second coefficient of the curve.
setCoef3(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the third coefficient of the curve.
setCoef3(String) - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method sets the third coefficient of the curve.
setCoef4(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the fourth coefficient of the curve.
setCoef5(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the fifth coefficient of the curve.
setCoef6(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the sixth coefficient of the curve.
setCurves(ArrayList<ICurve>) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the curves describing the cooling coil.
setCurves(ArrayList<ICurve>) - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method sets the curves describing the cooling coil.
setCurves(ArrayList<ICurve>) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the curves describing the cooling coil.
setFoundDXCoilPerformances(ArrayList<DXCoilPerformance>) - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method sets the found dx coils performance in an array.
setFoundDXDoubleSpeeds(ArrayList<DXDoubleSpeed>) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method sets the found dx double speed coils in an array.
setFoundDXSingleSpeeds(ArrayList<DXSingleSpeed>) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method sets the found dx single speed coils in an array.
setFraAirFlow(String) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the fraction of air flow bypassed around the coil.
setFunctionNames(ArrayList<String>) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the functions names of the cooling coil.
setFunctionNames(ArrayList<String>) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the functions names of the cooling coil.
setGloHeaderStr(String) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method sets the comments header for all cooling coils.
setMaxValX(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the maximum x-value of the curve.
setMaxValX(String) - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method sets the maximum x-value of the curve.
setMaxValY(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the maximum y-value of the curve.
setMinValX(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the minimum x-value of the curve.
setMinValX(String) - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method sets the minimum x-value of the curve.
setMinValY(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the minimum y-value of the curve.
setName(String) - Method in class convertDXSingleDoubleSpeed.BiQuadraticCurve
This method sets the name of the curve
setName(String) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the name of the cooling coil.
setName(String) - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method sets the name of the cooling coil.
setName(String) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the name of the cooling coil.
setName(String) - Method in class convertDXSingleDoubleSpeed.QuadraticCurve
This method sets the name of the curve.
setRatAirFlowRate(String) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the rated air flow of the cooling coil.
setRatAirFlowRate(String) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the rated air flow of the cooling coil.
setRatCOP(String) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the reference COP of the cooling coil.
setRatCOP(String) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the reference COP of the cooling coil.
setRatEvaFanPowPerVolFlowRate(String) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the rated evaporator fan Power per volume flow rate of the cooling coil.
setRatSenHeaRatio(String) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the rated sensible heat ratio of the cooling coil.
setRatSenHeaRatio(String) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the rated sensible heat ratio of the cooling coil.
setRatTotCooCapacity(String) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the rated total cooling capacity of the cooling coil.
setRatTotCooCapacity(String) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the rated total cooling capacity of the cooling coil.
setStringDefinitionOfDXDoubleSpeedObject(String) - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method sets the comments definition of the cooling coil.
setStringDefinitionOfDXSingleSpeedObject(String) - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method sets the comments definition of the cooling coil.
setStringDefinitionOfDXSingleSpeedObject(String) - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method sets the comments definition of the cooling coil.

T

toMoDXDoubleSpeedsFile(String) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method prints all DXDoubleSpeed in an output file.
toMoDXSingleSpeedsFile(String) - Method in class convertDXSingleDoubleSpeed.ParserResultObject
This method prints all DXSingleSpeed in an output file.
toMoRecordString() - Method in class convertDXSingleDoubleSpeed.DXCoilPerformance
This method is used to convert performance data of dx coils data into a String.
toMoRecordString() - Method in class convertDXSingleDoubleSpeed.DXDoubleSpeed
This method is used to convert single speed dx coils data into a String.
toMoRecordString() - Method in class convertDXSingleDoubleSpeed.DXSingleSpeed
This method is used to convert single speed dx coils data into a String.
B C D G I M P Q R S T 
Skip navigation links