CISM_DX Logo DX Logo
CISM_DX - Documentation
Full Contents QuickStart Guide User's Guide User's Reference CISM_DX
Previous Page Next Page Table of Contents Partial Table of Contents Index Search

readBATSRUS

Category

SPAPT

Function

Reads BATSRUS MHD data file.

Syntax


mhd = readBATSRUS(filename);

Inputs
Name Type Default Description
filename string none BATSRUS data file

Outputs
Name Type Description
mhd field MHD field

Functional Details

Reads the finite element data files created by the BATSRUS code.
The modules takes care of the different notion of "connection" in BATSRUS and OpenDX: the quads are considered clockwise (UL UR LR LL) in the former whereas they are (LL UL LR UR) in the latter.

mhd

contains the MHD field.
density
Vx
Vy
Vz
Bx
By
Bz
pressure
Jx
Jy
Jz

Example Visual Programs

BasicBATSRUS.net

See Also


[ OpenDX Home at IBM | OpenDX.org ]