https://mooseframework.inl.gov
Loading...
Searching...
No Matches
FXValueBC.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 "FXValueBC.h"
11#include "FunctionSeries.h"
12
13registerMooseObject("FunctionalExpansionToolsApp", FXValueBC);
14
17{
19
21 "Imposes a fixed value boundary condition, evaluated using a FunctionSeries instance.");
22
23 return params;
24}
25
27{
29
30 fe_basis.useCache(true);
31}
registerMooseObject("FunctionalExpansionToolsApp", FXValueBC)
Defines an FX-based boundary condition that forces the values to match.
Definition FXValueBC.h:18
static InputParameters validParams()
Definition FXValueBC.C:16
FXValueBC(const InputParameters &parameters)
Definition FXValueBC.C:26
const Function & _func
static InputParameters validParams()
This class uses implementations of CompositeSeriesBasisInterface to generate a function based on conv...
static FunctionSeries & checkAndConvertFunction(const Function &function, const std::string &typeName, const std::string &objectName)
Static function to cast a Function to SeriesFunction.
void addClassDescription(const std::string &doc_string)
void useCache(bool use)
Enable/disable the cache.
const std::string & getBase() const
const std::string & name() const