PIANOS.generator
Class Input

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

public class Input
extends java.lang.Object

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


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

Constructor Detail

Input

public Input()
Method Detail

generateInput

public static void generateInput(java.lang.String callParameters,
                                 ComputationalModel model)
                          throws java.io.IOException,
                                 SyntaxException
Generates and writes the Fortran module input.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
SyntaxException