AddCoupledSolidKinSpeciesActions

Adds solid kinetic Kernels and AuxKernels for primary species

This action only creates the Kernels and AuxKernels. The primary species are created as nonlinear variables, by the AddPrimarySpeciesAction. The reactions are parsed from the syntax described on this page. Equilibrium species are output as auxiliary variables, by the AddSecondarySpeciesAction. This action is the solid kinetic pendant of the aqueous equilibrium AddCoupledEqSpeciesActions.

Input Parameters

  • activation_energyThe list of activation energy values for all reactions (J/mol)

    C++ Type:std::vector<double>

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of activation energy values for all reactions (J/mol)

  • kin_reactionsThe list of solid kinetic reactions

    C++ Type:std::string

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of solid kinetic reactions

  • kinetic_rate_constantThe list of kinetic rate constant for all reactions (mol/m^2/s)

    C++ Type:std::vector<double>

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of kinetic rate constant for all reactions (mol/m^2/s)

  • log10_keqThe list of equilibrium constants for all reactions

    C++ Type:std::vector<double>

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of equilibrium constants for all reactions

  • primary_speciesThe list of primary species to add

    C++ Type:std::vector<NonlinearVariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of primary species to add

  • reference_temperatureThe list of reference temperatures for all reactions (K)

    C++ Type:std::vector<double>

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of reference temperatures for all reactions (K)

  • specific_reactive_surface_areaThe list of specific reactive surface area for all minerals (m^2/L)

    C++ Type:std::vector<double>

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of specific reactive surface area for all minerals (m^2/L)

  • system_temperatureThe system temperature for all reactions (K)

    C++ Type:std::vector<VariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:The system temperature for all reactions (K)

Required Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • gas_constant8.314Gas constant. Default is 8.314 (J/mol/K)

    Default:8.314

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Gas constant. Default is 8.314 (J/mol/K)

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

  • secondary_speciesThe list of solid kinetic species to be output as aux variables

    C++ Type:std::vector<AuxVariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:The list of solid kinetic species to be output as aux variables

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

Advanced Parameters