Transfers subchannel solution from computational mesh onto visualization mesh. More...
#include <SCMPinSolutionTransfer.h>
Public Types | |
| enum | DIRECTION |
| typedef DataFileName | DataFileParameterType |
Public Member Functions | |
| SCMPinSolutionTransfer (const InputParameters ¶meters) | |
| virtual void | execute () override |
| void | initialSetup () override |
| void | variableIntegrityCheck (const AuxVariableName &var_name, bool is_from_multiapp) const |
| const std::shared_ptr< MultiApp > | getMultiApp () const |
| const std::shared_ptr< MultiApp > | getFromMultiApp () const |
| const std::shared_ptr< MultiApp > | getToMultiApp () const |
| std::string | getFromName () const |
| std::string | getToName () const |
| bool | hasFromMultiApp () const |
| bool | hasToMultiApp () const |
| virtual void | getAppInfo () |
| const MultiMooseEnum & | directions () |
| void | setCurrentDirection (const int direction) |
| virtual bool | enabled () const |
| std::shared_ptr< MooseObject > | getSharedPtr () |
| std::shared_ptr< const MooseObject > | getSharedPtr () const |
| bool | isKokkosObject (IsKokkosObjectKey &&) const |
| MooseApp & | getMooseApp () const |
| const std::string & | type () const |
| const std::string & | name () const |
| std::string | typeAndName () const |
| MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
| MooseObjectName | uniqueName () const |
| const InputParameters & | parameters () const |
| const hit::Node * | getHitNode () const |
| bool | hasBase () const |
| const std::string & | getBase () const |
| const T & | getParam (const std::string &name) const |
| std::vector< std::pair< T1, T2 > > | getParam (const std::string ¶m1, const std::string ¶m2) const |
| const T * | queryParam (const std::string &name) const |
| const T & | getRenamedParam (const std::string &old_name, const std::string &new_name) const |
| T | getCheckedPointerParam (const std::string &name, const std::string &error_string="") const |
| bool | isParamValid (const std::string &name) const |
| bool | isParamSetByUser (const std::string &name) const |
| void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
| void | paramError (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramInfo (const std::string ¶m, Args... args) const |
| std::string | messagePrefix (const bool hit_prefix=true) const |
| std::string | errorPrefix (const std::string &) const |
| void | mooseError (Args &&... args) const |
| void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
| void | mooseErrorNonPrefixed (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseInfo (Args &&... args) const |
| void | callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr) const |
| std::string | getDataFileName (const std::string ¶m) const |
| std::string | getDataFileNameByName (const std::string &relative_path) const |
| std::string | getDataFilePath (const std::string &relative_path) const |
| virtual void | timestepSetup () |
| virtual void | jacobianSetup () |
| virtual void | residualSetup () |
| virtual void | subdomainSetup () |
| virtual void | customSetup (const ExecFlagType &) |
| const ExecFlagEnum & | getExecuteOnEnum () const |
| PerfGraph & | perfGraph () |
| MooseEnum | direction () |
| MooseEnum | direction () |
| MooseEnum | currentDirection () |
| MooseEnum | currentDirection () |
| const Parallel::Communicator & | comm () const |
| processor_id_type | n_processors () const |
| processor_id_type | processor_id () const |
Static Public Member Functions | |
| static InputParameters | validParams () |
| static void | callMooseError (MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node) |
| static void | addSkipCoordCollapsingParam (InputParameters ¶ms) |
| static libMesh::System * | find_sys (libMesh::EquationSystems &es, const std::string &var_name) |
| static std::string | possibleDirections () |
Public Attributes | |
| TO_MULTIAPP | |
| FROM_MULTIAPP | |
| BETWEEN_MULTIAPP | |
| usingCombinedWarningSolutionWarnings | |
| const ConsoleStream | _console |
Static Public Attributes | |
| static const libMesh::Number | OutOfMeshValue |
| static const std::string | type_param |
| static const std::string | name_param |
| static const std::string | unique_name_param |
| static const std::string | app_param |
| static const std::string | moose_base_param |
| static const std::string | kokkos_object_param |
Protected Member Functions | |
| virtual Node * | getFromNode (const SubChannelMesh &from_mesh, const Point &src_node) |
| Find node on computational mesh given the visualization point. More... | |
| void | transferToMultiApps () |
| Do the transfer into the sub-app. More... | |
| void | transferVarsToApp (unsigned int app_idx) |
| Transfer variables into the sub-app. More... | |
| void | transferNodalVars (unsigned int app_idx) |
| std::vector< unsigned int > | getFromsPerProc () |
| libMesh::NumericVector< Real > & | getTransferVector (unsigned int i_local, std::string var_name) |
| unsigned int | getGlobalSourceAppIndex (unsigned int i_from) const |
| unsigned int | getGlobalTargetAppIndex (unsigned int i_to) const |
| unsigned int | getLocalSourceAppIndex (unsigned int i_from) const |
| virtual void | checkSiblingsTransferSupported () const |
| void | checkParentAppUserObjectExecuteOn (const std::string &object_name) const |
| void | errorIfObjectExecutesOnTransferInSourceApp (const std::string &object_name) const |
| Point | getPointInTargetAppFrame (const Point &p, unsigned int local_i_to, const std::string &phase) const |
| void | checkMultiAppExecuteOn () |
| void | checkVariable (const FEProblemBase &fe_problem, const VariableName &var_name, const std::string ¶m_name="") const |
| void | extendBoundingBoxes (const Real factor, std::vector< libMesh::BoundingBox > &bboxes) const |
| void | flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const |
| InvalidSolutionID | registerInvalidSolutionInternal (const std::string &message, const bool warning) const |
| T & | declareRestartableData (const std::string &data_name, Args &&... args) |
| ManagedValue< T > | declareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
| const T & | getRestartableData (const std::string &data_name) const |
| T & | declareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
| T & | declareRecoverableData (const std::string &data_name, Args &&... args) |
| T & | declareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args) |
| T & | declareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args) |
| std::string | restartableName (const std::string &data_name) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const |
| std::string | timedSectionName (const std::string §ion_name) const |
| std::vector< libMesh::BoundingBox > | getFromBoundingBoxes () |
| std::vector< libMesh::BoundingBox > | getFromBoundingBoxes (BoundaryID boundary_id) |
| std::vector< libMesh::BoundingBox > | getFromBoundingBoxes () |
| std::vector< libMesh::BoundingBox > | getFromBoundingBoxes (BoundaryID boundary_id) |
Static Protected Member Functions | |
| static void | addUserObjectExecutionCheckParam (InputParameters ¶ms) |
| static void | addBBoxFactorParam (InputParameters ¶ms) |
| static void | transformBoundingBox (libMesh::BoundingBox &box, const MultiAppCoordTransform &transform) |
Transfers subchannel solution from computational mesh onto visualization mesh.
Definition at line 17 of file SCMPinSolutionTransfer.h.
| SCMPinSolutionTransfer::SCMPinSolutionTransfer | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file SCMPinSolutionTransfer.C.
|
overridevirtualinherited |
Implements MultiAppTransfer.
Definition at line 66 of file SCMSolutionTransferBase.C.
|
protectedvirtual |
Find node on computational mesh given the visualization point.
| from_mesh | Computational mesh |
| src_node | Node from the visualization |
Implements SCMSolutionTransferBase.
Definition at line 34 of file SCMPinSolutionTransfer.C.
|
overridevirtualinherited |
Reimplemented from MultiAppTransfer.
Definition at line 33 of file SCMSolutionTransferBase.C.
Definition at line 102 of file SCMSolutionTransferBase.C.
Referenced by SCMSolutionTransferBase::transferVarsToApp().
|
protectedinherited |
Do the transfer into the sub-app.
Definition at line 84 of file SCMSolutionTransferBase.C.
Referenced by SCMSolutionTransferBase::execute().
Transfer variables into the sub-app.
| app_idx | Multi-app index |
Definition at line 96 of file SCMSolutionTransferBase.C.
Referenced by SCMSolutionTransferBase::transferToMultiApps().
|
static |
Definition at line 20 of file SCMPinSolutionTransfer.C.
|
protectedinherited |
Variable names to transfer.
Definition at line 52 of file SCMSolutionTransferBase.h.
Referenced by SCMSolutionTransferBase::initialSetup(), and SCMSolutionTransferBase::transferNodalVars().
1.8.14