Difference between revisions of "NairnFEAMPMViz"

From OSUPDOCS
Jump to navigation Jump to search
Line 75: Line 75:
One limitation of the [[#NairnFEAMPMViz Packages|<b>NairnFEAMPMViz</b> pacakages]] is that the embedding binaries may not be the latest versions of the <tt>nairn-mpm-fea</tt> package. Furthermore, the MacOS versions can only running in serial (due to Apple limitations for distributing software with <tt>OpenMP</tt> support). To use the last versions of the code using the packages, you should:
One limitation of the [[#NairnFEAMPMViz Packages|<b>NairnFEAMPMViz</b> pacakages]] is that the embedding binaries may not be the latest versions of the <tt>nairn-mpm-fea</tt> package. Furthermore, the MacOS versions can only running in serial (due to Apple limitations for distributing software with <tt>OpenMP</tt> support). To use the last versions of the code using the packages, you should:


# [[Download the Source Code]]
# [[Download Source Code]] (<i>i.e.</i>, check out the <tt>nairn-mpm-fea<t> project.
# [[Compile the Code]]
# [[Compile the Code Engines]] for [[NairnMPM]] and [[NairnFEA]].
# Either copy the compiled binaries into the pack folders (replacing the original versions) or configure <b>NairnFEAMPMViz</b> to run the executables created by the project tools. See the application's help window to configure running of selected executables.
# Either copy the compiled binaries into the package folders (replacing the original versions) or configure <b>NairnFEAMPMViz</b> to run the code engines created by the project tools. See <b>NairnFEAMPMViz</b>'s help window for information on configure it run running the new code engines.
 


== Compiling the NairnFEAMPMViz Java Application ==
== Compiling the NairnFEAMPMViz Java Application ==

Revision as of 22:16, 21 August 2019

NairnFEAMPMViz is a Java application to create simulations, run them, and visualize them. This page has brief instruction on its use and on compiling it if you need to change the source code.

Introduction

The nairn-mpm-fea project includes a Java application called NairnFEAMPMViz that lets you create input files, run calculations, and visualize results for both NairnMPM and NairnFEA. You can download a complete package that includes the Java application and one version of the nairn-mpm-fea executables. Is a stand-alone download that can run simulations immediately. Once a package is downloaded, launch the application by platform-dependent methods. Instruction for use are included in the application's help window (here is a quick-start guide).


If you want to make changes to the code, you will need to see the instruction on compiling NairnFEAMPMViz to learn how to create a new jar file from the altered source code.

NairnFEAMPMViz Packages

The following downloads provide packages that contain the NairnFEAMPMViz along with all resource needed to run NairnFEA and NairnMPM calcualtions.

Coming Soon

Note that NairnFEAMPMViz requires a system with Java 1.7.0 (a.k.a Java 7) or newer installed.

Once the packages are downloaded, you can start NairnFEAMPMViz by double clicking the NairnFEAMPMViz.jar file contained within the pack folders. Although this method works on most computers, the application will start with the default amount of memory for the Java Virtual Machine. The default memory is enough to open small calculations, but not enough for larger calculations. To start NairnFEAMPMViz with more memory, you should launch the Java application using provided scripts as explained in the following sections.

Running in Windows

Start NairnFEAMPMViz by double clicking the NairnFEAMPMLaunch.bat. This will launch the jar file with command line argument using"

java -Xmx512m -jar NairnFEAMPMViz.jar

The -Xmx option allocates the desired memory (where "m" means in megabytes). The batch file runs with 512 MB of memory. You can edit the batch file to change this amount if needed.

The above approach will open a window command line window and it will stay open while running NairnFEAMPMViz is running. That window is also a console for the Java app and will display some message that might provide useful information. If you prefer to run without the window command window, you can use a short cut. First, create a short cut to the NairnFEAMPMLaunch.bat file (and give it any desired name). Second, right click on the new shortcut and select "Properties". In the properties window:

  1. Make sure "Target" and "Start in" refer to the batch file, it's folder, and the NairnFEAMPMViz.jar file is in that folder too.
  2. Choose "Minimized" from the "Run:" menu.
  3. Click "Change Icon..." and "Browse..." for the NairnFEAMPMViz.ico file (in the packages bundle folder).

Note the the batch launches NairnFEAMPMViz using a java command. For this basic command to work, you will need to include the path to your installed java command in your PATH environment variable. The path to Java executables in Windows will be something like:

C:\Program Files\Java\jdk1.7.0_80\bin

Installation of java may add this path to your Windows environment for you; if not you will have to edit the system environment variables and add it.

Running in MacOS

The preferred approach in MacOS is to download and use the NairnFEAMPM application. If you need to use a NairnFEAMPMViz package, start the Java application by double clicking the NairnFEAMPMLaunch. This will launch the jar file with a command line argument using"

java -Xmx512m -jar Resources/NairnFEAMPMViz.jar

The -Xmx option allocates the desired memory (where "m" means in megabytes). The script file runs with 512 MB of memory. You can edit the scriptfile to change this amount if needed. If double clicking does not run the script in the Terminal app, you can control-click on the script and choose to run in Terminal (and/or use the "Get Info" command to configure the file to open in Terminal app).

Running the script will open a Terminal window that will stay open while running NairnFEAMPMViz is running. That window is also a console for the Java app and will display some message that might provide useful information.

Running on a Remote Computer

To run NairnFEAMPMViz remotely (such as running from a terminal connected to a Linux cluster that has your code and calculation results), you have to log onto the remote computer using X11 terminal software and enable "trusted X11 forwarding." The command line is

ssh -Y -l username servername

Once connected, start NairnFEAMPMViz using the java command line:

java -Xmx512m -jar (path to NairnFEAMPMViz.jar)

that provides path to the jar file on the server. Running on a Linux machine using an X11 terminal is significantly slower, especially when any window with graphics is open. You will want to avoid this option, unless it is the only option available (i.e., when your only access to the data is through a remote login). The differences are caused by the system dependent Java virtual machines and between X11 and non-X11 uses by Java.

Using NairnFEAMPMViz

For instructions on using NairnFEAMPM, click the "Help" button in the application. The first time it is run, you may need to do some setup (as explained in the help). Once set up, a quick-start explanation about typical use is as follows:

  1. You can create "New" input commands files (or open saved ones with "Open" command or by clicking the "Folder" icon) and edit them in a text editing window.
  2. To run an analysis, choose the "Analyze → Run FEA/MPM Analysis" command (or click the run arrow icon). You will asked to decide where to save the results (as an .fea or .mpm file). Once you select a name, the calculations will run.
  3. When the calculations are done, the results file will open for visualization. The text results will appear in the top two sections of a new window. A control panel for visualizing results will appear in the bottom section.
    • To plot results, select a plot type in the control panel area and then follow the blue line to select all available options for that type of plot.
    • Finally, click the "Plot" button to get the plot in a new window. To plot different results, select new options and click the "Plot" button again (which may have changed to "Replot" or "Add Plot").
  4. To open saved results for visualization use the "Open..." menu command or click the "Folder" icon. Note that "calculation results" are in the file of output text sent by NairnMPM or NairnFEA to standard output, and not one of the associated files written by those calculations. Once opened, the text results will appear as described above after running calculations.

One limitation of the NairnFEAMPMViz pacakages is that the embedding binaries may not be the latest versions of the nairn-mpm-fea package. Furthermore, the MacOS versions can only running in serial (due to Apple limitations for distributing software with OpenMP support). To use the last versions of the code using the packages, you should:

  1. Download Source Code (i.e., check out the nairn-mpm-fea<t> project.
  2. Compile the Code Engines for NairnMPM and NairnFEA.
  3. Either copy the compiled binaries into the package folders (replacing the original versions) or configure NairnFEAMPMViz to run the code engines created by the project tools. See NairnFEAMPMViz's help window for information on configure it run running the new code engines.

Compiling the NairnFEAMPMViz Java Application

One option for creating new visualization tools, is to edit the NairnFEAMPMViz source code and create them. After editing, you will need to recompile the code as explained in this section.

Compiling Using Eclipse

Eclipse is an open-source and free development system (IDE) for Java (and for other languages). This section explains how to import the NairnFEAMPMViz code into an Eclipse project. This method was done using Eclipse Mars (4.5), which is available free for Windows, Mac, and other platforms. These steps will probably work for other versions too, possible with minor modifications.

Assuming you have the Eclipse IDE for Java development installed, you can import a project for editing NairnFEAMPMViz as follows:

  1. Start Eclipse
  2. Choose Import... menu command and select "Existing Projects into Workspace" in the "General" section.
  3. On next screen, choose Visualization/src folder in the cloned nairn-mpm-fea project. A "NairnFEAMPMViz" project should show up.
  4. You can select "Copy projects into workspace" or leave it unchecked. When checked, all files are copied to your Eclipse workspace and the files in the code check out remain in place. If not checked, the Eclipse project will directly use (and edit) the files in your check out.
  5. Click "Finish" to import the project.

The imported project should compile fine. To create a running option with sufficient memory, choose the "Run Configurations..." menu command

  1. Select "Java Application" and click the "New" icon to create a new runnable
  2. Enter any name such as "NairnFEAMPMViz with Memory".
  3. Enter "NairnFEAMPMViz" (or browse for it) into the Project field
  4. Enter "NairnFEAMPMViz" (or browse for it) into the Main class field
  5. Click on "Arguments" tab
  6. Enter "-Xmx512m" into the VM Arguments field (this command tells the Java machine to allocate 512 MB for running NairnFEAMPMViz. You can increase or decrease the memory as needed).
  7. Click "Apply"
  8. Click "Run" to run NairnFEAMPMViz
  9. In the future, you can run using the "NairnFEAMPMViz with Memory" item in the Run History menu

The above process will let you compile and run NairnFEAMPMViz within Eclipse. You can also use Eclipse to create a jar file, which can be run outside of Eclipse. The process is:

  1. Choose menu command "Export..." and then select "Runable Jar File" in the "Java" section. Click "Next".
  2. Choose the NairnFEAMPMViz launch configuration (such as the "NairnFEAMPMViz with Memory" one created above), choose export destination (which by default is (project)/lib/NairnFEAMPMViz.jar, where (project) is the name you gave this project in your workspace), and select to "Extract required libraries into generated JAR".
  3. Click "Finish" to generate the jar file.
  4. See above to run the new jar with sufficient memory.

Compiling a Checked Out Copy - OSParticulas Only

When using OSPartculas, you can alternatively check out the NairnFEAMPMViz code directly from the repository using SVN. These steps need tools for subversion installed in Eclipse as described here. Be sure to do the optional step for Java development (or just download Eclipse for Java development). You are now ready to manage Eclipse projects using SVN. To get started with a NairnFEAMPMViz project, do the following:

  1. Choose menu command "New → Project...", expand the "SVN" section, choose "Project from SVN" and click "Next".
  2. You will be asked to select an SVN repository. Enter the following settings followed by clicking "Next":
    • URL: http://(OSParticulas Server)/svn/OSParticulas/trunk/Visualization/src
    • User: enter your username and password for the OSParticulas svn repository.
  3. Choose "Head Revision" for latest version or use date or revision options for older versions and then click "Next" (or "Finish" is "Next" is not available).
  4. Select "Check out as project with the name specified" and specify NairnFEAMPMViz. Click "Finish" and the project will be created. It should automatically build and be ready to run.
  5. See above for how create a running option with sufficient memory.

The above process will create a project in your Eclipse workspace that will have a copy of the files needed for the NairnFEAMPMViz project. You can update to the latest version by right clicking (or control clicking on Mac) the project name and selecting "Update" from the "Team" submenu. If you are certified as a project committer, you can save your changes by right clicking (or control clicking on Mac) on the project name and choosing "Team → Commit..." (be sure to enter message described the changes being committed).

Command Line Compile

You can compile the code and create the jar file on a Unix/Linux command line by running the script called makejar that is located at:

nairn-mpm-fea/Visualization/build/makejar

When you run this script, it will compile the Java source code and create a self-contained jar file in that same directory. By default this script assumes compilation on Windows. To compile on Mac uses makejar -m. To compile on Linux, use makejar -l.

To run this script, you need the javac compiler and jar utility installed on your computer. Compilation requires Java 1.6.0 or newer. It is available free on various platforms as part of the standard Java Development Kit (JDK) installation.

If the required javac and jar tools are not in the default path, you can edit the makejar file and enter the full path to each command (or add their paths to your $PATH environment variable). When using cygwin in Windows, the path to the java binaries will be something like:

/cygdrive/c/Program Files/Java/jdk1.6.0_03/bin