https://mooseframework.inl.gov
Loading...
Searching...
No Matches
FsiApp.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 "FsiApp.h"
11#include "Moose.h"
12#include "AppFactory.h"
13#include "MooseSyntax.h"
14
15#include "NavierStokesApp.h"
16#include "SolidMechanicsApp.h"
17
20{
22
23 params.set<bool>("use_legacy_initial_residual_evaluation_behavior") = false;
24 return params;
25}
26
31
33
34void
43
44void
52
53/***************************************************************************************************
54 *********************** Dynamic Library Entry Points - DO NOT MODIFY ******************************
55 **************************************************************************************************/
56extern "C" void
61extern "C" void
Real f(Real x)
Test function for Brents method.
void FsiApp__registerApps()
Definition FsiApp.C:62
void FsiApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition FsiApp.C:57
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition FsiApp.C:35
static InputParameters validParams()
Definition FsiApp.C:19
FsiApp(const InputParameters &parameters)
Definition FsiApp.C:27
virtual ~FsiApp()
Definition FsiApp.C:32
static void registerApps()
Definition FsiApp.C:45
T & set(const std::string &name, bool quiet_mode=false)
ActionFactory _action_factory
static InputParameters validParams()
Factory _factory
Syntax _syntax
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()