Save the flow field to a Matlab/Octave compatible file
The resulting file can be loaded into Matlab/Octave using the following commands:
load('results.mat')
The file will contain the following variables:
z
: Axial coordinater
: Radial coordinatep
: Static pressurepTot
: Total pressurepTotRel
: Relative total pressureT
: Static temperatureTtot
: Total temperaturerho
: DensityS
: Entropyh
: Specific enthalpyHtot
: Total enthalpyHtotRel
: Relative total enthalpyCm
: Meridional velocityCt
: Tangential velocityWt
: Tangential velocity in the rotating frameData are stored as 2D arrays, with the first dimension corresponding to the quasinormal index and the second dimension corresponding to the streamline number.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename |
Name of the output file |