Skip to content

OpenFOAM linear solver that can extract the system for other analysis

Notifications You must be signed in to change notification settings

rupertnash/MatrixExtractingSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFOAM matrix extraction

This contains 4 parts: 

 * MatrixExtractingSolver - an OF solver that writes the linear system
   to a file - works in parallel.
   
 * reconstructSystem - an OF utility to reassemble the output of a
   parallel run into a single file (a la reconstructPar).

 * convertSystem - an OF utility to read a (possiby reconstructed)
   .system file and write out simple text format files (.vec and .coo)
   which represent the vector and COO format matrix, respectively.

 * FoamMatrix.py - simple python module to read the above for further
   processing (required numpy and scipy).

About

OpenFOAM linear solver that can extract the system for other analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published