|
ASPECT
|

Static Public Member Functions | |
| static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::Utilities::AsciiDataBoundary< dim > | |
| static void | declare_parameters (ParameterHandler &prm, const std::string &default_directory, const std::string &default_filename, const std::string &subsection_name="Ascii data model", const bool declare_time_dependent_parameters=true) |
Static Public Member Functions inherited from aspect::Utilities::AsciiDataBase< dim > | |
| static void | declare_parameters (ParameterHandler &prm, const std::string &default_directory, const std::string &default_filename, const std::string &subsection_name="Ascii data model") |
Static Public Member Functions inherited from aspect::SimulatorAccess< dim > | |
| static void | get_composition_values_at_q_point (const std::vector< std::vector< double >> &composition_values, const unsigned int q, std::vector< double > &composition_values_at_q_point) |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
| static void | declare_parameters (ParameterHandler &prm) |
Additional Inherited Members | |
Public Attributes inherited from aspect::Utilities::AsciiDataBase< dim > | |
| std::string | data_directory |
| std::string | data_file_name |
| double | scale_factor |
Protected Member Functions inherited from aspect::Utilities::AsciiDataBoundary< dim > | |
| void | update_data (const types::boundary_id boundary_id, const bool reload_both_files) |
| void | end_time_dependence () |
| std::string | create_filename (const int filenumber, const types::boundary_id boundary_id) const |
Protected Attributes inherited from aspect::Utilities::AsciiDataBoundary< dim > | |
| int | current_file_number |
| int | first_data_file_number |
| bool | decreasing_file_order |
| double | data_file_time_step |
| double | time_weight |
| bool | time_dependent |
| std::map< types::boundary_id, std::unique_ptr< aspect::Utilities::StructuredDataLookup< dim-1 > > > | lookups |
| std::map< types::boundary_id, std::unique_ptr< aspect::Utilities::StructuredDataLookup< dim-1 > > > | old_lookups |
A class that implements prescribed data boundary conditions determined from a AsciiData input file.
Definition at line 41 of file ascii_data.h.
| aspect::BoundaryTemperature::AsciiData< dim >::AsciiData | ( | ) |
Empty Constructor.
|
overridevirtual |
Initialization function. This function is called once at the beginning of the program. Checks preconditions.
Reimplemented from aspect::Plugins::InterfaceBase.
|
overridevirtual |
A function that is called at the beginning of each time step. For the current plugin, this function loads the next data files if necessary and outputs a warning if the end of the set of data files is reached.
Reimplemented from aspect::Plugins::InterfaceBase.
|
overridevirtual |
Return the boundary temperature as a function of position. For the current class, this function returns value from the text files.
Return the temperature that is to hold at a particular position on the boundary of the domain.
| boundary_indicator | The boundary indicator of the part of the boundary of the domain on which the point is located at which we are requesting the temperature. |
| position | The position of the point at which we ask for the temperature. |
position. Implements aspect::BoundaryTemperature::Interface< dim >.
|
overridevirtual |
Return the minimal the temperature on that part of the boundary on which Dirichlet conditions are posed.
This value is used in computing dimensionless numbers such as the Nusselt number indicating heat flux.
Implements aspect::BoundaryTemperature::Interface< dim >.
|
overridevirtual |
Return the maximal the temperature on that part of the boundary on which Dirichlet conditions are posed.
This value is used in computing dimensionless numbers such as the Nusselt number indicating heat flux.
Implements aspect::BoundaryTemperature::Interface< dim >.
|
static |
Declare the parameters this class takes through input files.
|
overridevirtual |
Read the parameters this class declares from the parameter file.
Reimplemented from aspect::Plugins::InterfaceBase.