CoordinateSystem (Case)

Contents

CoordinateSystem (Case)#

Defines the coordinate system used for the FELiCS computation.

Type
string
Default
"Cartesian"

Accepted values

Description

"Cartesian"

Cartesian coordinate system

"Cylindrical"

Cylindrical coordinate system

Example#

"Case": {
    "CoordinateSystem": "Cartesian"
}

The selected coordinate system affects the form of the linearized equations assembled by FELiCS.