This is the complete list of members for Simulation, including all inherited members.
| _check_jacobian | Simulation | protected |
| _closures_by_name | Simulation | protected |
| _communicator | libMesh::ParallelObject | protected |
| _comp_by_name | Simulation | protected |
| _component_name_to_loop_name | Simulation | protected |
| _component_variable_order_map | Simulation | privatestatic |
| _components | Simulation | protected |
| _control_data | Simulation | protected |
| _fe_problem | Simulation | protected |
| _flow_fe_type | Simulation | protected |
| _ics | Simulation | protected |
| _implicit_time_integration | Simulation | protected |
| _log | Simulation | protected |
| _loop_name_to_model_id | Simulation | protected |
| _output_vector_velocity | Simulation | protected |
| _outputters_all | Simulation | protected |
| _outputters_file | Simulation | protected |
| _outputters_screen | Simulation | protected |
| _sparsity_elem_augmentation | Simulation | protected |
| _thm_app | Simulation | protected |
| _thm_factory | Simulation | protected |
| _thm_mesh | Simulation | protected |
| _thm_pars | Simulation | protected |
| _vars | Simulation | protected |
| _zero | Simulation | |
| addClosures(const std::string &type, const std::string &name, InputParameters params) | Simulation | virtual |
| addComponent(const std::string &type, const std::string &name, InputParameters params) | Simulation | virtual |
| addComponentScalarIC(const VariableName &var_name, const std::vector< Real > &value) | Simulation | |
| addConstantIC(const VariableName &var_name, Real value, const std::vector< SubdomainName > &block_names) | Simulation | |
| addConstantScalarIC(const VariableName &var_name, Real value) | Simulation | |
| addControl(const std::string &type, const std::string &name, InputParameters params) | Simulation | |
| addFileOutputter(const std::string &name) | Simulation | |
| addFunctionIC(const VariableName &var_name, const std::string &func_name, const std::vector< SubdomainName > &block_names) | Simulation | |
| addMooseObjects() | Simulation | virtual |
| addRelationshipManagers() | Simulation | |
| addScreenOutputter(const std::string &name) | Simulation | |
| addSimInitialCondition(const std::string &type, const std::string &name, InputParameters params) | Simulation | |
| addSimVariable(bool nl, const VariableName &name, libMesh::FEType fe_type, Real scaling_factor=1.0) | Simulation | |
| addSimVariable(bool nl, const VariableName &name, libMesh::FEType fe_type, const std::vector< SubdomainName > &subdomain_names, Real scaling_factor=1.0) | Simulation | |
| addSimVariable(bool nl, const std::string &var_type, const VariableName &name, const InputParameters ¶ms) | Simulation | |
| addVariables() | Simulation | virtual |
| advanceState() | Simulation | virtual |
| augmentSparsity(const dof_id_type &elem_id1, const dof_id_type &elem_id2) | Simulation | virtual |
| buildMesh() | Simulation | virtual |
| checkVariableNameLength(const std::string &name) const | Simulation | |
| comm() const | libMesh::ParallelObject | |
| controlDataIntegrityCheck() | Simulation | virtual |
| couplingMatrixIntegrityCheck() const | Simulation | virtual |
| declareControlData(const std::string &name, THMControl *ctrl) | Simulation | inline |
| genName(const std::string &prefix, unsigned int id, const std::string &suffix="") const | NamingInterface | inline |
| genName(const std::string &prefix, unsigned int i, unsigned int j, const std::string &suffix="") const | NamingInterface | inline |
| genName(const std::string &prefix, const std::string &name, unsigned int i) const | NamingInterface | inline |
| genName(const std::string &prefix, const std::string &middle, const std::string &suffix="") const | NamingInterface | inline |
| genSafeName(const std::string &prefix, const std::string &middle, const std::string &suffix="") const | NamingInterface | inline |
| getApp() | Simulation | inline |
| getClosures(const std::string &name) const | Simulation | |
| getComponentByName(const std::string &name) const | Simulation | |
| getComponents() | Simulation | inline |
| getControlData(const std::string &name) | Simulation | inline |
| getFlowFEType() const | Simulation | inline |
| getImplicitTimeIntegrationFlag() | Simulation | inline |
| getOutputsVector(const std::string &key) const | Simulation | |
| getVectorValuedVelocity() | Simulation | inline |
| hasClosures(const std::string &name) const | Simulation | |
| hasComponent(const std::string &name) const | Simulation | |
| hasComponentOfType(const std::string &name) const | Simulation | |
| hasControlData(const std::string &name) | Simulation | inline |
| hasInitialConditionsFromFile() const | Simulation | |
| identifyLoops() | Simulation | |
| initComponents() | Simulation | virtual |
| initSimulation() | Simulation | virtual |
| integrityCheck() const | Simulation | virtual |
| log() | Simulation | inline |
| logComponentError(const std::string &component_name, Args &&... args) const | LoggingInterface | inline |
| logComponentWarning(const std::string &component_name, Args &&... args) const | LoggingInterface | inline |
| logError(Args &&... args) const | LoggingInterface | inline |
| LoggingInterface(Logger &log) | LoggingInterface | |
| logWarning(Args &&... args) const | LoggingInterface | inline |
| n_processors() const | libMesh::ParallelObject | |
| NamingInterface() | NamingInterface | inline |
| operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | |
| printComponentLoops() const | Simulation | |
| processor_id() const | libMesh::ParallelObject | |
| run() | Simulation | virtual |
| setCheckJacobian(bool state) | Simulation | inline |
| setComponentVariableOrder(const VariableName &var, int index) | Simulation | static |
| setupCoordinateSystem() | Simulation | protected |
| setupCriticalHeatFluxTable() | Simulation | protected |
| setupEquations() | Simulation | protected |
| setupInitialConditionObjects() | Simulation | protected |
| setupInitialConditionsFromFile() | Simulation | protected |
| setupMesh() | Simulation | virtual |
| setupQuadrature() | Simulation | virtual |
| setVectorValuedVelocity(bool vector_velocity) | Simulation | inline |
| Simulation(FEProblemBase &fe_problem, const InputParameters ¶ms) | Simulation | |
| sortAddedComponentVariables() const | Simulation | private |
| ~ParallelObject()=default | libMesh::ParallelObject | virtual |
| ~Simulation() | Simulation | virtual |
1.8.14