public class Helper extends Object
Constructor and Description |
---|
Helper() |
Modifier and Type | Method and Description |
---|---|
static double |
computesNaEquivalent(Environment environment)
computes a sodium equivalent concentration from the different ion concentrations of the Environment object.
|
static String |
extractsOptionFileName(String methodName)
This method is called to extract the new file name to the method or model option entered by the user.
|
static String |
extractsOptionMethodName(String methodName)
This method is called to extract the method or model name to the method or model option entered by the user.
|
static boolean |
useOtherDataFile(String methodName)
to check if the user wants to use another thermodynamic parameters file with the used model.
|
public static boolean useOtherDataFile(String methodName)
methodName
- : the method or model option entered by the user.public static String extractsOptionFileName(String methodName)
methodName
- : the method or model option entered by the user.public static String extractsOptionMethodName(String methodName)
methodName
- : the method or model option entered by the user.public static double computesNaEquivalent(Environment environment)
environment
-