Skip to content
Discussion options

You must be logged in to vote

in header

  /// Diffusivity in the positive level set region
  Real _diffusivity_at_positive_level_set;

  /// Diffusivity in the negative level set region
  Real _diffusivity_at_negative_level_set;

  Real _equilibrium_concentration_jump;

  const Function & _vac_flux_func; // New

  const Function & _equal_conc_jump; // New

  Real _mode; // New

in source

    _diffusivity_at_positive_level_set(getParam<Real>("diffusivity_at_positive_level_set")),
    _diffusivity_at_negative_level_set(getParam<Real>("diffusivity_at_negative_level_set")),
    _equilibrium_concentration_jump(getParam<Real>("equilibrium_concentration_jump")),
    _mode(getParam<Real>("mode")),                 (this needs…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Supernova963
Comment options

@GiudGiud
Comment options

Answer selected by Supernova963
@GiudGiud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants