public class ASMEIIMaxAllowStressDb
extends java.lang.Object
Constructor and Description |
---|
ASMEIIMaxAllowStressDb() |
Modifier and Type | Method and Description |
---|---|
double |
getMaxAllowStress(java.lang.String id,
double t)
Retreives the maximum allowable stress of the material at the specified
temperature
|
void |
importDataFromFile(java.io.InputStream f)
Imports database from csv file to memory
|
public void importDataFromFile(java.io.InputStream f)
f
- input stream pointing to databank filepublic double getMaxAllowStress(java.lang.String id, double t)
id
- string representing the materialt
- temperature [K]