https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
16#include "NavierStokesApp.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
39
41
42void
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
63void
78
79/***************************************************************************************************
80 *********************** Dynamic Library Entry Points - DO NOT MODIFY ******************************
81 **************************************************************************************************/
82extern "C" void
87extern "C" void
Real f(Real x)
Test function for Brents method.
void ScalarTransportApp__registerApps()
void ScalarTransportApp__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 registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
T & set(const std::string &name, bool quiet_mode=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition MiscApp.C:36
static void registerApps()
Definition MiscApp.C:43
Syntax & syntax()
ActionFactory _action_factory
static InputParameters validParams()
Factory _factory
Syntax _syntax
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
Definition RdgApp.C:44
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition RdgApp.C:37
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)
static void registerApps()
ScalarTransportApp(const InputParameters &parameters)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static InputParameters validParams()
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)