VERB_code_2.3
Parameters_structure::PSD Struct Reference

PSD parameters structure. More...

#include <Parameters.h>

Classes

struct  GMRES_parameters_structure
 GMRES parameters structure. More...
 

Public Attributes

string initial_PSD_Type
 Tells us where to get initial PSD values. Check StrToVal(string input, InitialPSDTypes &place) for known values. More...
 
string initial_PSD_fileName
 File name, if we need to load initial values from file.
 
double initial_PSD_tauSteadyState
 Tau for steady state, if we are calculation initial values as steady state solution.
 
string usetauLpp_SteadyState
 Tau within plasmasphere for steady state.
 
double initial_PSD_tauLppSteadyState
 Tau for steady state, if we are calculation initial values as steady state solution.
 
double initial_PSD_Kp0
 Kp for steady state?
 
double initial_PSD_some_constant_value
 Some psd value. Used as initial PSD value everywhere if initial_PSD_Type = IPSDT_CONSTANT or as minimal initial PSD value in other cases. Also used for some inner belt imitation if initial_PSD_Type = IPSDT_STEADY_STATE.
 
string initial_PSD_J_L7_function
 Name of the function for flux at L=7. Can be 'J_L7' or 'J_L7_corrected'.
 
double initial_PSD_outer_psd
 Outer PSD boundary value for steady state, default 1.
 
double initial_PSD_inner_psd
 Inner PSD boundary value for steady state, default 0.
 
string output_PSD_folderName
 Folder name for psd output. More...
 
string output_PSD_fileName4D
 File name for psd output.
 
double output_PSD_timeStep
 Time step for psd output.
 
string approximationMethod
 Approximation method. Check StrToVal(string input, ApproximationMethods &place) for known values.
 
string solutionMethod
 Solution method. Check StrToVal(string input, SolutionMethods &place) for known values.
 
struct Parameters_structure::PSD::GMRES_parameters_structure GMRES_parameters
 Parameters structure for GMRES.
 

Detailed Description

PSD parameters structure.

Definition at line 190 of file Parameters.h.

Member Data Documentation

string Parameters_structure::PSD::initial_PSD_Type

Tells us where to get initial PSD values. Check StrToVal(string input, InitialPSDTypes &place) for known values.

Initial PSD parameters structure.

Definition at line 193 of file Parameters.h.

string Parameters_structure::PSD::output_PSD_folderName

Folder name for psd output.

PSD output parameters structure

Definition at line 211 of file Parameters.h.


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