https://mooseframework.inl.gov
PerpendicularElectricFieldInterface.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 "InterfaceKernel.h"
13 
21 {
22 public:
24 
26 
27 protected:
30 
33 
36 
39 
42 
45 
48 
51 
54 };
Real _free_charge
Free charge on the interface (default = 0)
Real _primary_eps
Electrical permittivity on the primary side of the boundary.
RealVectorValue _u_perp
Perpendicular field component of the solution variable on the primary side of the boundary...
RealVectorValue _phi_u_perp
Perpendicular field component of the test function on the primary side of the boundary.
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
DGResidualType
RealVectorValue _free_charge_dot_n
Free charge dotted with interface normal.
RealVectorValue _secondary_perp
Perpendicular field component of the solution variable on the secondary side of the boundary...
RealVectorValue _phi_secondary_perp
Perpendicular field component of the test function on the secondary side of the boundary.
PerpendicularElectricFieldInterface(const InputParameters &parameters)
const std::string & type() const
Real _secondary_eps
Electrical permittivity on the secondary side of the boundary.
DGJacobianType
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpResidual(Moose::DGResidualType type) override
const InputParameters & parameters() const
VectorInterfaceKernel that enforces the difference between the perpendicular vector field components ...