SPINS MATLAB tools: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
m (Add spins resize page link)
m (Ddeepwel moved page SPINS MATLAB plotter to SPINS MATLAB tools)
(No difference)

Revision as of 12:21, 31 October 2018

Many versatile MATLAB functions have been written to easily read and analyze SPINS outputs. They are accessible for use on Belize and Boogaloo, and can also be pulled from github at https://github.com/ddeepwel/SPINSmatlab.git.

The main functionality are:

  • parse spins.conf file into a matlab structure
  • automatic calculation of secondary grid parameters (spacing, expansion type, ...)
  • easy reading of grid
  • easy cross-sectional plotting
  • plotting of spins diagnostics
  • functions for calculating characteristics (amplitude, wavelength) of waves
  • SPINS resize

The first three are organized into the spins_gridparams function. The plotting is accomplished by spins_plot2d which has many optional arguments for making plots with very little work. See David Deepwell or the github page for more information on usage, making bug reports, or suggesting other options or functions to add.