www.mooseframework.org
Classes | Functions
ChemicalReactionsApp.h File Reference

Go to the source code of this file.

Classes

class  ChemicalReactionsApp
 

Functions

template<>
InputParameters validParams< ChemicalReactionsApp > ()
 

Function Documentation

◆ validParams< ChemicalReactionsApp >()

template<>
InputParameters validParams< ChemicalReactionsApp > ( )

Definition at line 17 of file ChemicalReactionsApp.C.

18 {
19  InputParameters params = validParams<MooseApp>();
20 
21  params.set<bool>("automatic_automatic_scaling") = false;
22 
23  // Do not use legacy DirichletBC, that is, set DirichletBC default for preset = true
24  params.set<bool>("use_legacy_dirichlet_bc") = false;
25 
26  return params;
27 }

Referenced by validParams< ChemicalReactionsTestApp >().