SpecifiedVaporPressureBC

Prescribed vapor pressure boundary condition for moisture transport in concrete.

Description

This boundary condition provides the ability to prescribe the vapor pressure at a location to influence the solution for the relative humidity in a concrete moisture transport simulation. It computes a saturated vapor pressure, , defined by Bary et al. (2012) as:

(1)

where

= temperature in K
= standard atmospheric pressure (101325 Pa)

Note that although in the above formula is in K, the model is designed to accept T in units of C and convert to K internally. This saturated vapor pressure is then used to compute a prescribed relative humidity, , which is prescribed using a Dirichlet-style boundary condition:

(2)

To avoid sudden changes, this is ramped from initial prescribed conditions over a user-specified duration.

Input Parameters

  • boundaryThe list of boundary IDs from the mesh where this boundary condition applies

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

    Options:

    Description:The list of boundary IDs from the mesh where this boundary condition applies

  • vapor_pressurein Pa

    C++ Type:double

    Options:

    Description:in Pa

  • variableThe name of the variable that this residual object operates on

    C++ Type:NonlinearVariableName

    Options:

    Description:The name of the variable that this residual object operates on

Required Parameters

  • T_ref20Initial temperature in C

    Default:20

    C++ Type:double

    Options:

    Description:Initial temperature in C

  • diag_save_inThe name of auxiliary variables to save this BC's diagonal jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

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

    Options:

    Description:The name of auxiliary variables to save this BC's diagonal jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

  • displacementsThe displacements

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

    Options:

    Description:The displacements

  • duration0

    Default:0

    C++ Type:double

    Options:

  • rh_ref0.96initial relative humidity

    Default:0.96

    C++ Type:double

    Options:

    Description:initial relative humidity

  • save_inThe name of auxiliary variables to save this BC's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

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

    Options:

    Description:The name of auxiliary variables to save this BC's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

  • temperaturenonlinear variable name holding temperature field

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

    Options:

    Description:nonlinear variable name holding temperature field

Optional Parameters

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

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

    Options:

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

  • implicitTrueDetermines whether this object is calculated using an implicit or explicit form

    Default:True

    C++ Type:bool

    Options:

    Description:Determines whether this object is calculated using an implicit or explicit form

  • seed0The seed for the master random number generator

    Default:0

    C++ Type:unsigned int

    Options:

    Description:The seed for the master random number generator

  • use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

    Default:False

    C++ Type:bool

    Options:

    Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

Advanced Parameters

  • extra_matrix_tagsThe extra tags for the matrices this Kernel should fill

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

    Options:

    Description:The extra tags for the matrices this Kernel should fill

  • extra_vector_tagsThe extra tags for the vectors this Kernel should fill

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

    Options:

    Description:The extra tags for the vectors this Kernel should fill

  • matrix_tagssystem timeThe tag for the matrices this Kernel should fill

    Default:system time

    C++ Type:MultiMooseEnum

    Options:nontime, system, time

    Description:The tag for the matrices this Kernel should fill

  • vector_tagsresidualThe tag for the vectors this Kernel should fill

    Default:residual

    C++ Type:MultiMooseEnum

    Options:nontime, time, residual

    Description:The tag for the vectors this Kernel should fill

Tagging Parameters

Input Files

References

  1. Beno\^ıt Bary, Marcus V.G. de Morais, Stéphane Poyet, and Sabine Durand. Simulations of the thermo-hydro-mechanical behaviour of an annular reinforced concrete structure heated up to 200°c. Engineering Structures, 36:302–315, March 2012.[BibTeX]