https://mooseframework.inl.gov
Loading...
Searching...
No Matches
RndBoundingBoxIC.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
12#include "InitialCondition.h"
13
28{
29public:
31
33
34 virtual Real value(const Point & p);
35
36private:
37 const Real _x1;
38 const Real _y1;
39 const Real _z1;
40 const Real _x2;
41 const Real _y2;
42 const Real _z2;
43 const Real _mx_invalue;
44 const Real _mx_outvalue;
45 const Real _mn_invalue;
46 const Real _mn_outvalue;
47 const Real _range_invalue;
48 const Real _range_outvalue;
49
50 const Point _bottom_left;
51 const Point _top_right;
52};
const Real p
const InputParameters & parameters() const
RndBoundingBoxIC allows setting the initial condition of a value inside and outside of a specified bo...
const Point _bottom_left
const Real _range_outvalue
const Point _top_right
const Real _range_invalue
virtual Real value(const Point &p)
const Real _mn_outvalue
const Real _mx_outvalue
static InputParameters validParams()