PIANOS.generator
Class Output

java.lang.Object
  extended by PIANOS.generator.Output

public class Output
extends java.lang.Object

This class is used to generate the Fortran module "output".


Field Summary
static java.lang.String integerfmt
           
static java.lang.String realfmt
           
 
Constructor Summary
Output()
           
 
Method Summary
static void generateOutput(java.lang.String callParameters, ComputationalModel model)
          Generates and writes the Fortran module output.f90.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realfmt

public static final java.lang.String realfmt
See Also:
Constant Field Values

integerfmt

public static final java.lang.String integerfmt
See Also:
Constant Field Values
Constructor Detail

Output

public Output()
Method Detail

generateOutput

public static void generateOutput(java.lang.String callParameters,
                                  ComputationalModel model)
                           throws java.io.IOException
Generates and writes the Fortran module output.f90.

Parameters:
callParameters - The correct parameter order to be used in subroutine headers
model - The model this simulation is related to
Throws:
java.io.IOException