https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ADBoundaryFlux3EqnBC.h
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#pragma once
11
13
19{
20public:
22
23protected:
24 virtual std::vector<ADReal> fluxInputVector() const override;
25 virtual std::map<unsigned int, unsigned int> getIndexMapping() const override;
26
29
31 const unsigned int _n_passives;
32
33public:
35};
Boundary conditions for the 1-D, 1-phase, variable-area Euler equations using a boundary flux user ob...
virtual std::vector< ADReal > fluxInputVector() const override
Returns the flux input vector.
const ADMaterialProperty< std::vector< Real > > & _passives_times_area
Names of the passive transport solution variables, if any [amount/m].
static InputParameters validParams()
virtual std::map< unsigned int, unsigned int > getIndexMapping() const override
Creates the mapping of coupled variable index to index in Euler system.
const unsigned int _n_passives
Number of passive transport variables.
Boundary conditions base class for the 1-phase, variable-area Euler equations using a boundary flux u...
const InputParameters & parameters() const