Adding Lines - Inserting Before and After

One of the aims in creating the TVF NMCRC program is to build a tool that can eliminate syntax errors and recognize logical errors.  We realized that when you make a logical error the FLUKA program can get stuck, and finding the origin of the error can be very difficult.

Because of that we decided that the TVF NMCRC will prevent the ability to load an old input file, and writing a new input file will have two steps:

  1. In using the TVF NMCRC program - the user will create a *.txt file or *.inp file.
  2. In running the TVF NMCRC - the program will create a new *.inp file that the FLUKA code can use.

When you push the "Add Line Up" or the "Add Line Down" button            you get this selection window:



When you choose the card (the Process choice, or FLUKA keyword), you will get a combo box with options for six "What" fields (the data fields appropriate to the FLUKA keyword) and another selection for the SDUM.

When certain keywords have been selected (such as OPEN, GEOBEGIN, TITLE), it will reveal a textbox where you can enter additional text as required by the keyword - an example of such is the text you have to write after GEOBEGIN card.