SPINS: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== SPINS (Spectral Parallel Incompressible Navier-Stokes Solvers) == SPINS is a model developed by Christopher Subich (fluids group Alumni). It uses memory-efficient pseudospect…') |
|||
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== SPINS (Spectral Parallel Incompressible Navier-Stokes | == SPINS (Spectral Parallel Incompressible Navier-Stokes Solver) == | ||
SPINS is a model developed by Christopher Subich (fluids group | SPINS is a model written in C++ that was developed by Christopher Subich (fluids group alumnus). It uses memory-efficient pseudospectral spatial discretization methods to achieve high-order accuracy. It has 2D and 3D capabilities and is readily deployed on multi-processor computers & clusters for large jobs. | ||
* [[SPINS User Guide]] | * [[SPINS User Guide]] | ||
* [[SPINS Tutorial]] | |||
* [[SPINS Cases]] | |||
** [[SPINS derivatives]] | |||
* [[SPINS Science Files]] | |||
* Postprocessing and SPINS | |||
** [[General Purpose Code]] | |||
** [[SPINS MATLAB tools]] | |||
** [https://git.uwaterloo.ca/bastorer/SPINSpy Python (SPINSpy)] | |||
* [[spins2netcdf]] | |||
* [[Matlab-to-SPINS grid ordering]] | |||
* [[SPINS Development Plans]] | |||
<!-- * Tools for processing SPINS outputs are available for [https://git.uwaterloo.ca/bastorer/SPINSpy Python (SPINSpy)] and [https://git.uwaterloo.ca/ddeepwel/SPINSmatlab Matlab (SPINSmatlab)] (see also [[SPINS MATLAB tools]]) --> | |||
<!-- This is how to write a comment --> |
Latest revision as of 09:01, 18 October 2021
SPINS is a model written in C++ that was developed by Christopher Subich (fluids group alumnus). It uses memory-efficient pseudospectral spatial discretization methods to achieve high-order accuracy. It has 2D and 3D capabilities and is readily deployed on multi-processor computers & clusters for large jobs.