ASCOT5
Loading...
Searching...
No Matches
Data Fields
particle_ml Struct Reference

Field line input. More...

#include <particle.h>

Data Fields

real r
 
real phi
 
real z
 
real pitch
 
real weight
 
real time
 
integer id
 

Detailed Description

Field line input.

When field line marker data is read, this struct is created and filled. This struct is then converted to a particle_state struct.

Definition at line 132 of file particle.h.

Field Documentation

◆ r

real particle_ml::r

R coordinate [m]

Definition at line 133 of file particle.h.

◆ phi

real particle_ml::phi

phi coordinate [rad]

Definition at line 134 of file particle.h.

◆ z

real particle_ml::z

z coordinate [m]

Definition at line 135 of file particle.h.

◆ pitch

real particle_ml::pitch

Direction

Definition at line 136 of file particle.h.

◆ weight

real particle_ml::weight

Field line marker weight

Definition at line 137 of file particle.h.

◆ time

real particle_ml::time

Field line marker simulation time [s]

Definition at line 138 of file particle.h.

◆ id

integer particle_ml::id

Unique ID for the field line marker

Definition at line 139 of file particle.h.


The documentation for this struct was generated from the following file: