V3FIT
|
Contains module sxrem_ratio. More...
Go to the source code of this file.
Data Types | |
interface | sxrem_ratio::sxrem_ratio_class |
Base class representing a sxrem_ratio signal. More... | |
interface | sxrem_ratio::sxrem_ratio_class |
Base class representing a sxrem_ratio signal. More... | |
Modules | |
module | sxrem_ratio |
Defines a feedback signal based on the temperature based on the ration of the soft x-ray emissivity profile. This signal feeds back the temperature profile at a specified positon. | |
Functions/Subroutines | |
class(sxrem_ratio_class) function, pointer | sxrem_ratio::sxrem_ratio_construct (x_cart, indices) |
Construct a sxrem_ratio_class object. More... | |
subroutine | sxrem_ratio::sxrem_ratio_destruct (this) |
Deconstruct a sxrem_ratio_class object. More... | |
real(rprec) function, dimension(4) | sxrem_ratio::sxrem_ratio_get_modeled_signal (this, a_model, sigma, last_value) |
Calculates the modeled signal. More... | |
real(rprec) function | sxrem_ratio::sxrem_ratio_get_observed_signal (this, a_model) |
Calculates the observed signal. More... | |
character(len=data_name_length) function | sxrem_ratio::sxrem_ratio_get_type (this) |
Gets a discription of the feedback type. More... | |
subroutine | sxrem_ratio::sxrem_ratio_write_auxiliary (this, iou, index, a_model) |
Write out auxiliary signal information to an output file. More... | |
Contains module sxrem_ratio.
Definition in file sxrem_ratio.f.