-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from rmahfuz/visualizations
Added animation capability
- Loading branch information
Showing
9 changed files
with
178 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
Execution instructions: | ||
1) Put all netCDF restart files for which visulaizations are to be generated in the nc_files directory. | ||
2) Populate/modify config.txt as desired. | ||
2) Modify config.txt as desired. | ||
3) Execute 'bash ram.sh' | ||
4) Look for the generated images in the images directory | ||
|
||
Notes regarding the configuration file: | ||
|
||
Format: Anything before the colon is the property name, sometimes followed by possible values in parantheses. Anything after the colon is the property value. Property values are case-sensitive | ||
|
||
|
||
Streamline source type: A sphere generates lesser streamlines. A slice of the magnetic field is a more appropriate choice | ||
Plasma pressure display: Choose a species whose plasma pressure will be displayed | ||
Camera Position: where the camera is | ||
Camera Focal Point: where the camera is looking | ||
Camera View Up: TODO | ||
Scale: Indicate if you choose to see the scale | ||
Movie: To generate images, set it to 'no'. To generate a movie, specify the groupname (first few characters that are common to all the restart files) whose movie is to be generated. | ||
SaveState: Setting this to True will save the state in the images directory, so that the state can be loaded in the Paraview GUI later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
Anything before the colon is the property name, after the colon is the property value. Property values are case-sensitive | ||
Streamline source type (sphere or slice): slice | ||
Plasma pressure display (electron/proton/heliumion/oxygenion): proton | ||
Camera angle: | ||
Camera Position: 30, 30, 30 | ||
Camera Focal Point: 2, 2, 2 | ||
Camera View Up: 0, 0.8, 0.6 | ||
Scale (on/off): off | ||
Movie (no/groupName): restart_d20130317 | ||
SaveState (True/False): True |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.