Skip to content

Commit

Permalink
BCs input parameters have been updated and deprecated for all AD BCs
Browse files Browse the repository at this point in the history
- input parameters were made consistent with issue shannon-lab#223
- secondary electron emmision coefficients were made material and species dependent
- secondary electron energy was moved to a BC input parameters
- several test inputs were updated in order to facilitate this as well
  • Loading branch information
gsgall authored and csdechant committed Oct 3, 2024
1 parent 059ec77 commit 2ddbba9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/bcs/HagelaarEnergyBC.C
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ HagelaarEnergyBC::HagelaarEnergyBC(const InputParameters & parameters)

_massem(getMaterialProperty<Real>("massem")),
_e(getMaterialProperty<Real>("e")),
_se_coeff(getMaterialProperty<Real>("se_coeff")),
_se_energy(getMaterialProperty<Real>("se_energy")),
_mumean_en(getADMaterialProperty<Real>("mumean_en")),

_electric_field(
getADMaterialProperty<RealVectorValue>(getParam<std::string>("field_property_name")))
{
Expand Down
2 changes: 0 additions & 2 deletions src/bcs/SecondaryElectronBC.C
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ SecondaryElectronBC::SecondaryElectronBC(const InputParameters & parameters)
_massem(getMaterialProperty<Real>("massem")),
_e(getMaterialProperty<Real>("e")),

_electric_field(
getADMaterialProperty<RealVectorValue>(getParam<std::string>("field_property_name")))
{
_ion_flux = 0;
_a = 0.5;
Expand Down

0 comments on commit 2ddbba9

Please sign in to comment.