https://mooseframework.inl.gov
ScalarTransportApp.C
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #include "ScalarTransportApp.h"
11 #include "Moose.h"
12 #include "AppFactory.h"
13 #include "MooseSyntax.h"
14 
15 #include "ChemicalReactionsApp.h"
16 #include "NavierStokesApp.h"
17 #include "ThermalHydraulicsApp.h"
18 #include "FluidPropertiesApp.h"
19 #include "HeatTransferApp.h"
20 #include "RdgApp.h"
21 #include "RayTracingApp.h"
22 #include "SolidPropertiesApp.h"
23 #include "MiscApp.h"
24 
27 {
29  params.set<bool>("use_legacy_material_output") = false;
30  params.set<bool>("use_legacy_initial_residual_evaluation_behavior") = false;
31  params.set<bool>("automatic_automatic_scaling") = false;
32  return params;
33 }
34 
36 {
38 }
39 
41 
42 void
44 {
45  Registry::registerObjectsTo(f, {"ScalarTransportApp"});
46  Registry::registerActionsTo(af, {"ScalarTransportApp"});
47 
53  RdgApp::registerAll(f, af, s);
56  MiscApp::registerAll(f, af, s);
57 
58  /* register custom execute flags, action syntax, etc. here */
59  auto & syntax = s;
60  registerSyntax("MultiSpeciesDiffusionCG", "Physics/MultiSpeciesDiffusion/ContinuousGalerkin/*");
61 }
62 
63 void
65 {
66  registerApp(ScalarTransportApp);
67 
77 }
78 
79 /***************************************************************************************************
80  *********************** Dynamic Library Entry Points - DO NOT MODIFY ******************************
81  **************************************************************************************************/
82 extern "C" void
84 {
86 }
87 extern "C" void
89 {
91 }
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: MiscApp.C:36
T & set(const std::string &name, bool quiet_mode=false)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)
Syntax _syntax
Syntax & syntax()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: RayTracingApp.C:38
ScalarTransportApp(const InputParameters &parameters)
static InputParameters validParams()
static void registerApps()
static void registerApps()
Definition: RayTracingApp.C:57
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static InputParameters validParams()
Real f(Real x)
Test function for Brents method.
ActionFactory _action_factory
static void registerApps()
Definition: RdgApp.C:44
static void registerApps()
Definition: MiscApp.C:43
static void registerApps()
void ScalarTransportApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: RdgApp.C:37
static void registerApps()
Factory _factory
void ScalarTransportApp__registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)