Class ReadBatchInput2

java.lang.Object
  extended byReadBatchInput2

public class ReadBatchInput2
extends java.lang.Object


Field Summary
static java.io.FileReader fr
          FileReader for the batch input file
static java.util.HashMap parameterMap
          HashMap containing all the default and values input from batch file
 
Constructor Summary
ReadBatchInput2(java.lang.String batchFileName)
          Creates a new instance of ReadBatchInput
 
Method Summary
static double getAsymmetricFactor()
           
static double getBeta()
          get beta from HashMap
static java.lang.String getFileNameRoot()
          get fileNameRoot from HashMap
static java.lang.String getLoadingMechanism()
           
static double getMaxStrength()
          get maxStrength from HashMap
static double getMaxStressRelaxationFactor()
           
static double getMinStrength()
          get minStrength from HashMap
static int getNeighbourNumber()
           
static int getNx()
          get Nx from HashMap
static double getPercentageNoise()
           
static int getRuntimeDuration()
          get runtimeDuration from HashMap
static boolean getUsePeriodicBC()
           
static void openAndInitiateBatchFile()
          Open batch file, read header and process
static void readNextBatchEntry()
          Reads next batch file entry and runs autonome accordingly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterMap

public static java.util.HashMap parameterMap
HashMap containing all the default and values input from batch file


fr

public static java.io.FileReader fr
FileReader for the batch input file

Constructor Detail

ReadBatchInput2

public ReadBatchInput2(java.lang.String batchFileName)
Creates a new instance of ReadBatchInput

Method Detail

openAndInitiateBatchFile

public static void openAndInitiateBatchFile()
Open batch file, read header and process


readNextBatchEntry

public static void readNextBatchEntry()
Reads next batch file entry and runs autonome accordingly


getFileNameRoot

public static java.lang.String getFileNameRoot()
get fileNameRoot from HashMap


getLoadingMechanism

public static java.lang.String getLoadingMechanism()

getBeta

public static double getBeta()
get beta from HashMap


getMaxStrength

public static double getMaxStrength()
get maxStrength from HashMap


getMinStrength

public static double getMinStrength()
get minStrength from HashMap

Returns:
minStrength

getAsymmetricFactor

public static double getAsymmetricFactor()

getNx

public static int getNx()
get Nx from HashMap

Returns:

getNeighbourNumber

public static int getNeighbourNumber()

getMaxStressRelaxationFactor

public static double getMaxStressRelaxationFactor()

getPercentageNoise

public static double getPercentageNoise()

getRuntimeDuration

public static int getRuntimeDuration()
get runtimeDuration from HashMap


getUsePeriodicBC

public static boolean getUsePeriodicBC()