This class implements the "No BC" boundary condition discussed by Griffiths, Papanastiou, and others.
More...
#include <INSTemperatureNoBCBC.h>
|
const MaterialProperty< Real > & | _k |
|
This class implements the "No BC" boundary condition discussed by Griffiths, Papanastiou, and others.
Definition at line 25 of file INSTemperatureNoBCBC.h.
◆ INSTemperatureNoBCBC()
INSTemperatureNoBCBC::INSTemperatureNoBCBC |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 28 of file INSTemperatureNoBCBC.C.
29 : IntegratedBC(parameters),
31 _k(getMaterialProperty<Real>(
"k_name"))
const MaterialProperty< Real > & _k
◆ ~INSTemperatureNoBCBC()
virtual INSTemperatureNoBCBC::~INSTemperatureNoBCBC |
( |
| ) |
|
|
inlinevirtual |
◆ computeQpJacobian()
Real INSTemperatureNoBCBC::computeQpJacobian |
( |
| ) |
|
|
protectedvirtual |
Definition at line 43 of file INSTemperatureNoBCBC.C.
45 return _k[_qp] * (_grad_phi[_j][_qp] * _normals[_qp]) * _test[_i][_qp];
const MaterialProperty< Real > & _k
◆ computeQpOffDiagJacobian()
Real INSTemperatureNoBCBC::computeQpOffDiagJacobian |
( |
unsigned |
jvar | ) |
|
|
protectedvirtual |
◆ computeQpResidual()
Real INSTemperatureNoBCBC::computeQpResidual |
( |
| ) |
|
|
protectedvirtual |
Definition at line 36 of file INSTemperatureNoBCBC.C.
39 return _k[_qp] * _grad_u[_qp] * _normals[_qp] * _test[_i][_qp];
const MaterialProperty< Real > & _k
◆ _k
const MaterialProperty<Real>& INSTemperatureNoBCBC::_k |
|
protected |
The documentation for this class was generated from the following files: