public class ASMEIIpDsp3
extends java.lang.Object
| Constructor and Description |
|---|
ASMEIIpDsp3() |
| Modifier and Type | Method and Description |
|---|---|
double |
getA(double rLOnDo,
double rDoOnT,
NCEBoolean isOutOfRange)
Returns ASME parameter A from table G as function of the ratios D0/T and
L/D0
|
double |
getB(java.lang.String tableName,
double a,
double t)
Queries database for parameter B as function of A and T
|
MultiDataSet |
getTable(java.lang.String tableName) |
java.lang.String |
getTocAsJsonString()
Return table of contents as a Json string
|
void |
print() |
public double getA(double rLOnDo,
double rDoOnT,
NCEBoolean isOutOfRange)
rLOnDo - ratio D0/TrDoOnT - ration L/D0public double getB(java.lang.String tableName,
double a,
double t)
tableName - a - ASME parameter At - Temperature (Yield Strength in some case, eg. Table CS-3 pag 831)public MultiDataSet getTable(java.lang.String tableName)
public java.lang.String getTocAsJsonString()
public void print()