BlackBear Requirements Traceability Matrix
This template follows INL template TEM-214, "IT System Requirements Traceability Matrix."
This document serves as an addendum to Framework Requirements Traceability Matrix and captures information for RTM specific to the BlackBear application.
- Framework Requirements Traceability Matrix
- Solid Mechanics Requirements Traceability Matrix
- Stochastic Tools Requirements Traceability Matrix
- Contact Requirements Traceability Matrix
- Heat Transfer Requirements Traceability Matrix
- Misc Requirements Traceability Matrix
- XFEM Requirements Traceability Matrix
- Ray Tracing Requirements Traceability Matrix
Introduction
Minimum System Requirements
In general, the following is required for MOOSE-based development:
A POSIX compliant Unix-like operating system. This includes any modern Linux-based operating system (e.g., Ubuntu, Fedora, Rocky, etc.), or a Macintosh machine running either of the last two MacOS releases.
Hardware | Information |
---|---|
CPU Architecture | x86_64, ARM (Apple Silicon) |
Memory | 8 GB (16 GBs for debug compilation) |
Disk Space | 30GB |
Libraries | Version / Information |
---|---|
GCC | 9.0.0 - 12.2.1 |
LLVM/Clang | 10.0.1 - 19 |
Intel (ICC/ICX) | Not supported at this time |
Python | 3.10 - 3.13 |
Python Packages | packaging pyaml jinja2 |
System Purpose
The purpose of BlackBear is to simulate the progression of degradation in structural components (e.g., buildings, bridges, dams) due to exposure to the environmental conditions they experience over their lifetime. In addition, BlackBear predicts the response of those structures in the presence of that long-term degradation to loading conditions of interest to assess the effects of degradation on their integrity.
System Scope
BlackBear models the effects of environmental exposure on structures. The environmental conditions that can induce aging include evolving mechanical loading and exposure to temperature and moisture. The materials modeled by BlackBear include those typically used in the construction of civil structures, such as concrete and steel. Under normal service, these structures can experience a variety of degradation mechanisms. For example, steel and other metals can degrade due to corrosion, embrittlement, and stress corrosion cracking. Concrete can experience degradation due to expansive reactions, chemical attacks, leaching, and mechanical mechanisms induced by conditions such as freeze/thaw cycles and fatigue.
In addition to modeling the degradation mechanisms, BlackBear also models the response of these structures to a variety of loading conditions that these structures are expected to safely withstand. These include a variety of normal thermal and mechanical service loading conditions, as well as wind and earthquake loading conditions. BlackBear includes models to represent the behavior of structural materials under those conditions, which can induce creep, plasticity, damage, fracture, and failure of these materials.
Assumptions and Dependencies
The BlackBear application is developed using MOOSE and is based on various modules, as such the RTM for BlackBear is dependent upon the files listed at the beginning of this document.
Pre-test Instructions/Environment/Setup
Ideally all testing should be performed on a clean test machine following one of the supported configurations setup by the test system engineer. Testing may be performed on local workstations and cluster systems containing supported operating systems.
The repository should be clean prior to building and testing. When using "git" this can be done by doing a force clean in the main repository and each one of the submodules:
git clean -xfd
git submodule foreach 'git clean -xfd'
All tests must pass in accordance with the type of test being performed. This list can be found in the Software Test Plan.
Changelog Issue Revisions
Errors in changelog references can sometimes occur as a result of typos or conversion errors. If any need to be noted by the development team, they will be noted here.
Currently, the BlackBear development team has not discovered or identified any errors in issue references related to the changelog. This document will be updated if any such issues are discovered.
System Requirements Traceability
Functional Requirements
- blackbear: Averageextensionratio
- 9.1.1AverageExtensionRatio computes the average extension ratio between two sets of points specified in two arrays:
first_point
andlast_point
. It should result in error when sizes offirst_point
andlast_point
do not match and size offirst_point
is zero- The system shall provide a postprocessor that computes the average extension ratio between two sets of points.
- AverageExtensionRatio shall generate an error if the sizes of the specified sets of points do not match.
- AverageExtensionRatio shall generate an error if the size of either of the sets of points is zero.
Specification(s): AverageExtensionRatio/computation_average_extension_ratio, AverageExtensionRatio/first_point_last_point_size_match_error, AverageExtensionRatio/first_point_size_zero_error
Design: AverageExtensionRatio
Issue(s): #251
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): CSVDiffRunException
- blackbear: Actions
- 9.2.1The system shall set up a set of equal value constraintstying the nodes in multiple blocks to a primary block formultiple variables.
- without using an action
- using the EqualValueEmbeddedConstraint action to automatically set up multiple constraints with the same results as without using the action.
- using multiple instances of the EqualValueEmbeddedConstraint action to set up multiple constraints with the same results as without using the action.
Specification(s): EqualValueEmbeddedConstraintAction/without_action, EqualValueEmbeddedConstraintAction/with_action, EqualValueEmbeddedConstraintAction/with_action_multiple_blocks
Design: EqualValueEmbeddedConstraintAction
Issue(s): #248
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 9.2.2The EqualValueEmbeddedConstraintAction shall generate an error if sizes of 'primary_variable' and 'variable' are different
Specification(s): primary_variable_and_variable_size_match_error
Design: EqualValueEmbeddedConstraintAction
Issue(s): #248
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- blackbear: Concrete Asr Swelling
- 9.3.1Blackbear shall solve coupled systems of equations for heat and moisure transfer and mechanical deformation in concrete, used as inputs for modeling expansion induced by alkali-silica reaction, as demonstrated by simulating a concrete cylinder confined by a steel jacket
- with anisotropic expansion strains,
- with anisotropic expansion strains and temperature in Kelvin unit,
- with isotropic expansion strains,
- with uniaxial tenile loading,
- and with a mesh that captures a larger axial region of the cylinder.
Specification(s): ASR_swelling/test_strip, ASR_swelling/test_strip_kelvin, ASR_swelling/test_strip_isotropic, ASR_swelling/test_strip_in_tension, ASR_swelling/test_full
Design: ConcreteThermalMoistureConcrete ASR Microcracking DamageConcrete ASR Eigenstrain
Issue(s): #9
Collection(s): FUNCTIONAL
Type(s): ExodiffRunApp
- 9.3.2Blackbear shall produce an error message when number of iterations exceeds max_its during the volumeteric strain residual calculation
Specification(s): max_it_error
Design: ConcreteThermalMoistureConcrete ASR Microcracking DamageConcrete ASR Eigenstrain
Issue(s): #9
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- blackbear: Concrete Asr Validation
- 9.4.1Blackbear shall model the expansion induced by alkali-silica reaction as demonstrated with
- a comparison of the ASR volumetric strain to an analytic function,
- a maximum volumetric expansion of 0.76e-3, characteristic time of 66.84, and latency time of -126.1,
- and a maximum volumetric expansion of 0.38e-3, characteristic time of 17.24, and latency time of -2.55.
Specification(s): ASRtest/case1, ASRtest/case2, ASRtest/case3
Design: Concrete ASR Eigenstrain
Issue(s): #89
Collection(s): FUNCTIONAL
Type(s): Exodiff
- blackbear: Concrete Anisotropic Eigenstrain
- 9.5.1BlackBear shall represent anisotropic volumetric expansion in concrete due to alkali-silica reaction and related phenomena as demonstrated by computing the expansion of a unit cube with a prescribed expansion function in the three coordinate directions
- under free expansion conditions,
- with a 5 MPa compressive pressure in the x direction,
- with a 50 MPa compressive pressure in the x direction,
- with 5 MPa compressive pressure in the x and y directions,
- with 10 MPa compressive pressure in the x and y directions,
- with 5 MPa compressive pressure in the x, y, and z directions,
- and with 10 MPa compressive pressure in the x, y, and z directions.
Specification(s): concrete_anisotropic_eigenstrain/concrete_free_expansion, concrete_anisotropic_eigenstrain/concrete_expansion_load_5, concrete_anisotropic_eigenstrain/concrete_expansion_load_50, concrete_anisotropic_eigenstrain/concrete_expansion_load_5_5, concrete_anisotropic_eigenstrain/concrete_expansion_load_10_10, concrete_anisotropic_eigenstrain/concrete_expansion_load_5_5_5, concrete_anisotropic_eigenstrain/concrete_expansion_load_10_10_10
Design: Concrete ASR Eigenstrain
Issue(s): #59
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.5.2Blackbear shall produce an error message when parameter(s) required for the anisotropic expansion_type are not set by user:
- Anisotropic expansion_type shall generate error if compressive_strength is not set by user.
- Anisotropic expansion_type shall generate error if expansion_stress_limit is not set by user.
- Anisotropic expansion_type shall generate error if tensile_strength is not set by user.
Specification(s): error_message_check/compressive_strength, error_message_check/expansion_stress_limit, error_message_check/tensile_strength
Design: Concrete ASR Eigenstrain
Issue(s): #59
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- blackbear: Concrete Drying Shrinkage
- 9.6.1BlackBear shall compute drying shrinkage of concrete
- with an exponent of 1,
- with an exponent of 2,
- and with an irreversibility threshold of 0.2.
Specification(s): concrete_drying_shrinkage/shrinkage, concrete_drying_shrinkage/shrinkage_quad, concrete_drying_shrinkage/shrinkage_irreversible
Design: ConcreteDryingShrinkage
Issue(s): #9
Collection(s): FUNCTIONAL
Type(s): Exodiff
- blackbear: Concrete Expansion Microcracking
- 9.7.1BlackBear shall represent damage in concrete due to alkali-silica reaction and related phenomena with anisotropy accounted for via the damage model as demonstrated by computing the expansion of a unit cube with a prescribed expansion function in the three coordinate directions
- under free expansion conditions,
- under free shrinkage conditions,
- under free expansion conditions excluding confinement effect,
- under free expansion conditions without the assumption of isotropic expansion,
- with a 5 MPa compressive pressure in the x direction,
- with a 10 MPa compressive pressure in the x direction,
- with a 5 MPa compressive pressure in the x and y directions,
- with a 10 MPa compressive pressure in the x and y directions,
- with a 5 MPa compressive pressure in the x, y, and z directions,
- and with a 10 MPa compressive pressure in the x, y, and z directions.
Specification(s): concrete_expansion_microcracking/concrete_free_expansion, concrete_expansion_microcracking/concrete_free_shrinkage, concrete_expansion_microcracking/concrete_free_expansion_excluding_confinement_effect, concrete_expansion_microcracking/concrete_free_expansion_no_isotropic_expansion, concrete_expansion_microcracking/concrete_expansion_load_5, concrete_expansion_microcracking/concrete_expansion_load_10, concrete_expansion_microcracking/concrete_expansion_load_5_5, concrete_expansion_microcracking/concrete_expansion_load_10_10, concrete_expansion_microcracking/concrete_expansion_load_5_5_5, concrete_expansion_microcracking/concrete_expansion_load_10_10_10
Design: Concrete Expansion Microcracking Damage
Issue(s): #43
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.7.2The ConcreteExpansionMicrocrackingDamage model shall generate an error if used with a material that is not guaranteed isotropic
Specification(s): concrete_microcracking_damage_isotropic_error
Design: Concrete Expansion Microcracking Damage
Issue(s): #43
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- 9.7.3Blackbear shall produce an error message when
- considering confinement effect without specifying expansion_stress_limit.
- considering confinement effect with negative expansion_stress_limit.
Specification(s): error_message/expansion_stress_limit_parameter_defintion_error, error_message/expansion_stress_limit_parameter_negative_error
Design: Concrete Expansion Microcracking Damage
Issue(s): #43
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- blackbear: Concrete Logcreep
- 9.8.1BlackBear shall compute logarithmic viscoelastic behavior of concrete
- under standard conditions,
- under drying conditions,
- under low relative humidity,
- without recoverable creep,
- and at high temperature.
Specification(s): concrete_logcreep/concrete_logcreep_standard, concrete_logcreep/concrete_logcreep_drying, concrete_logcreep/concrete_logcreep_humidity, concrete_logcreep/concrete_logcreep_norec, concrete_logcreep/concrete_logcreep_temp
Design: ConcreteLogarithmicCreepModel
Issue(s): #9
Collection(s): FUNCTIONAL
Type(s): Exodiff
- blackbear: Concrete Moisture Heat Transfer
- 9.9.1Blackbear shall model heat transfer and moisture transport in concrete, producing results from a 1D axisymmetric simulation that are comparable to those obtained in the MAQBETH experiment under the following scenarios:
- Using mass lumping and using a moisture model that does not provide moisture capacity
- Using mass lumping and using a moisture model that provides moisture capacity
- Without using mass lumping and using a moisture model that does not provide moisture capacity
- Without using mass lumping and using a moisture model that provides moisture capacity
Specification(s): maqbeth/maqbeth, maqbeth/maqbeth_xi, maqbeth/maqbeth_nolump, maqbeth/maqbeth_nolump_xi
Design: ConcreteThermalMoisture
Issue(s): #245
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 9.9.2Blackbear shall compute the heat capacity and thermal conductivity for concrete for the following models and options:
- Constant thermal model.
- ASCE-1992 siliceous thermal model.
- ASCE-1992 carbonate thermal model.
- Kodur-2004 siliceous thermal model.
- Kodur-2004 carbonate thermal model.
- Eurocode-2004 thermal model.
Specification(s): thermal_model/constant_thermal, thermal_model/asce_siliceous_thermal_model, thermal_model/asce_carbonate_thermal_model, thermal_model/kodur_siliceous_thermal_model, thermal_model/kodur_carbonate_thermal_model, thermal_model/eurocode_thermal_model
Design: ConcreteThermalMoisture
Issue(s): #245
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.9.3Blackbear shall compute the moisture capacity (where applicable) and moisture diffusivity for concrete for the following models and options:
- Bazant moisture model.
- Mensi moisture model.
- Xi moisture model for cement type = 1 and aggregate_pore_type = dense
- Xi moisture model for cement type = 2 and aggregate_pore_type = dense
- Xi moisture model for cement type = 3 and aggregate_pore_type = dense
- Xi moisture model for cement type = 4 and aggregate_pore_type = dense
- Xi moisture model for cement type = 1 and aggregate_pore_type = porous
- Xi moisture model for cement type = 2 and aggregate_pore_type = porous
- Xi moisture model for cement type = 3 and aggregate_pore_type = porous
- Xi moisture model for cement type = 4 and aggregate_pore_type = porous
Specification(s): moisture_model/bazant_moisture_model, moisture_model/mensi_moisture_model, moisture_model/xi_1_dense_moisture_model_out, moisture_model/xi_2_dense_moisture_model_out, moisture_model/xi_3_dense_moisture_model_out, moisture_model/xi_4_dense_moisture_model_out, moisture_model/xi_1_porous_moisture_model_out, moisture_model/xi_2_porous_moisture_model_out, moisture_model/xi_3_porous_moisture_model_out, moisture_model/xi_4_porous_moisture_model_out
Design: ConcreteThermalMoisture
Issue(s): #245
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.9.4Blackbear shall produce an error message when parameter(s) required for the following models are not set by user:
- Constant thermal model shall generate error if ref_density is not set by user.
- Constant thermal model shall generate error if ref_specific_heat is not set by user.
- Constant thermal model shall generate error if ref_thermal_conductivity is not set by user.
- ASCE-1992 thermal model shall generate error if aggregate_type is not set by user.
- Kodur-2004 thermal model shall generate error if aggregate_type is not set by user.
- Eurocode-2004 thermal model shall generate error if ref_density is not set by user.
- Eurocode-2004 thermal model shall generate error if ref_specific_heat is not set by user.
- Bazant moisture model shall generate error if D1 is not set by user.
- Bazant moisture model shall generate error if n is not set by user.
- Bazant moisture model shall generate error if critical_relative_humidity is not set by user.
- Bazant moisture model shall generate error if coupled_moisture_diffusivity_factor is not set by user.
- Mensi moisture model shall generate error if A is not set by user.
- Mensi moisture model shall generate error if B is not set by user.
- Mensi moisture model shall generate error if cement_mass is not set by user.
- Mensi moisture model shall generate error if water_to_cement_ratio is not set by user.
- Xi moisture model shall generate error if cement_type is not set by user.
- Xi moisture model shall generate error if aggregate_pore_type is not set by user.
- Xi moisture model shall generate error if aggregate_vol_fraction is not set by user.
- Xi moisture model shall generate error if concrete_cure_time is not set by user.
- Xi moisture model shall generate error if cement_mass is not set by user.
- Xi moisture model shall generate error if aggregate_mass is not set by user.
- Xi moisture model shall generate error if water_to_cement_ratio is not set by user.
- Xi moisture model shall generate error if water_to_cement_ratio is set < 0.5.
- Kodur-2004 thermal model shall generate error if temperature is more than 635.
- Kodur-2004 thermal model shall generate error if temperature is more than 1100.
- EUROCODE-2004 thermal model shall generate error if temperature is more than 1200.
- Bazant moisture model shall generate error if temperature is less than 25.
Specification(s): error_message_check/constant_thermal_ref_density, error_message_check/constant_thermal_ref_specific_heat, error_message_check/constant_thermal_ref_thermal_conductivity, error_message_check/asce_thermal_aggregate_type, error_message_check/kodur_thermal_aggregate_type, error_message_check/eurocode_thermal_ref_density, error_message_check/eurocode_thermal_ref_specific_heat, error_message_check/bazant_moisture_model_D1, error_message_check/bazant_moisture_model_n, error_message_check/bazant_moisture_model_critical_relative_humidity, error_message_check/bazant_moisture_model_coupled_moisture_diffusivity_factor, error_message_check/mensi_moisture_model_A, error_message_check/mensi_moisture_model_B, error_message_check/mensi_moisture_model_cement_mass, error_message_check/mensi_moisture_model_water_to_cement_ratio, error_message_check/xi_moisture_model_cement_type, error_message_check/xi_moisture_model_agg_pore_type, error_message_check/xi_moisture_model_agg_vol_frac, error_message_check/xi_moisture_model_concrete_cure_time, error_message_check/xi_moisture_model_cement_mass, error_message_check/xi_moisture_model_aggregate_mass, error_message_check/xi_moisture_model_water_to_cement_ratio, error_message_check/xi_moisture_model_water_to_cement_ratio_below_05, error_message_check/kodur_siliceous_T_outside_range, error_message_check/kodur_carbonate_T_outside_range, error_message_check/eurocode_T_outside_range, error_message_check/bazant_T_outside_range
Design: ConcreteThermalMoisture
Issue(s): #245
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- blackbear: Damage Plasticity Model
- 9.10.1BlackBear shall provide a damaged plasticity model for concrete, which demonstrates the desired behavior
- in uniaxial tensile loading.
- in uniaxial compressive loading.
- when factor_controlling_dilatancy is changed.
- in shear loading.
Specification(s): concrete_behavior/uniaxial_tension, concrete_behavior/uniaxial_compression, concrete_behavior/dilatancy, concrete_behavior/shear
Design: Damage Plasticity ModelCompute Multiple Inelastic Damage Stress
Issue(s): #184
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.10.2Blackbear shall produce an error message when input required for the inelastic_models are not properly set by user:
- when inelastic_models is not given as damage_plasticity_model
- when inelastic_models has more than one model as input
Specification(s): error_message_check/inelastic_models_name, error_message_check/inelastic_models_size
Design: Damage Plasticity ModelCompute Multiple Inelastic Damage Stress
Issue(s): #184
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- blackbear: Function Offset Bc
- 9.11.1Blackbear shall support Dirichlet type boundary conditions defined by a function
- for a planar boundary with positive offset location along nodal normal direction
- for a curved boundary with negative offset location along nodal normal direction
Specification(s): test_bc/test_rectangular, test_bc/test_circular
Design: FunctionOffsetDirichletBC
Issue(s): #356
Collection(s): FUNCTIONAL
Type(s): Exodiff
- blackbear: Mazars Damage
- 9.12.1BlackBear shall provide the Mazars model for scalar damage of concrete, predicting the correct response of a unit cube loaded
- in tension
- and in compression.
Specification(s): mazars_damage/mazars_tension, mazars_damage/mazars_compression
Design: Mazars Damage
Issue(s): #24
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 9.12.2The MazarsDamage model shall generate an error if used with a material that is not guaranteed isotropic
Specification(s): mazars_damage_isotropic_error
Design: Mazars Damage
Issue(s): #24
Collection(s): FUNCTIONALFAILURE_ANALYSIS
Type(s): RunException
- blackbear: Mazars Tensile Bar
- 9.13.1BlackBear shall provide the Mazars scalar damage model for concrete, correctly predicting the response of a multi-element concrete bar loaded in tension
Specification(s): tensile_bar
Design: Mazars Damage
Issue(s): #24
Collection(s): FUNCTIONAL
Type(s): Exodiff
- blackbear: Neml Ancillary
- 9.14.1NEMLStateAux outputs state to aux system
Specification(s): neml_aux_output
Design: NEMLStateAux
Issue(s): #343
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.14.2NEMLMaterialPropertyReset in fact resets the state variable after reaching the critical temperature
Specification(s): neml_anneal_state
Design: NEMLMaterialPropertyReset
Issue(s): #343
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- blackbear: Neml Benchmark
- 9.15.1Blackbear shall be capable of running a TM model with inelastic material exhibiting linear strain hardening.
Specification(s): neml_LSH
Design: NEML Stress
Issue(s): #59
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.15.2Blackbear shall be capable of using the NEML library to simulate an inelastic material exhibiting linear strain hardening.
Specification(s): TM_LSH
Design: NEML Stress
Issue(s): #59
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.15.3Blackbear shall be capable of running a TM model with inelastic material exhibiting power law creep behavior.
Specification(s): test5a_lim
Design: NEML Stress
Issue(s): #59
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.15.4Blackbear shall be capable of using the NEML library to simulate an inelastic material exhibiting power law creep behavior.
Specification(s): test5a_lim_neml
Design: NEML Stress
Issue(s): #59
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- blackbear: Neml Complex
- 9.16.1BlackBear shall be capable of using the NEML library to compute the response of an inelastic material
Specification(s): neml_inelastic
Design: NEML Stress
Issue(s): #59
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.16.2BlackBear shall be capable of using a timestep limit computed by the NEML coupling material
Specification(s): neml_inelastic_dt
Design: NEML Stress
Issue(s): #169
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- blackbear: Neml Damage
- 9.17.1BlackBear shall output the damage value for NEML models.
Specification(s): neml_damage_output
Design: NEML Stress
Issue(s): #305
Collection(s): FUNCTIONAL
Type(s): Exodiff
- blackbear: Neml Lagrangian Jacobian
- 9.18.1Jacobian is exact with relative tolerance of 1e-7 for small strain kinematics using the total Lagrangian formulation
Specification(s): small_total
Design: CauchyStressFromNEML
Issue(s): #312
Collection(s): FUNCTIONAL
Type(s): PetscJacobianTester
- 9.18.2Jacobian is exact with relative tolerance of 1e-7 for small strain kinematics using the updated Lagrangian formulation
Specification(s): small_updated
Design: CauchyStressFromNEML
Issue(s): #312
Collection(s): FUNCTIONAL
Type(s): PetscJacobianTester
- 9.18.3Jacobian is exact with relative tolerance of 1e-7 for large strain kinematics using the total Lagrangian formulation
Specification(s): large_total
Design: CauchyStressFromNEML
Issue(s): #312
Collection(s): FUNCTIONAL
Type(s): PetscJacobianTester
- 9.18.4Jacobian is exact with relative tolerance of 1e-7 for large strain kinematics using the updated Lagrangian formulation
Specification(s): large_updated
Design: CauchyStressFromNEML
Issue(s): #312
Collection(s): FUNCTIONAL
Type(s): PetscJacobianTester
- blackbear: Neml Simple
- 9.19.2BlackBear shall be capable of using the NEML library to compute the response of a linearly elastic material parsed from xml. Parameters defined in the xml can be overwritten by variables in the input file.
Specification(s): neml_linear_elastic_variableOverwrite
Design: NEML Stress
Issue(s): #59
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- 9.19.3BlackBear shall be capable of using the NEML library to compute the response of a linearly elastic material defined in a material class
Specification(s): neml_linear_elastic_simpleMaterial
Design: NEML Stress
Issue(s): #78
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- blackbear: Neml Stochasticsimple
- 9.20.1BlackBear shall provide the ability to use the NEML library to model material response, and allow for parameters defined in the xml file to be overridden in the BlackBear input file
Specification(s): neml_simple_stochastic
Design: NEML Stress
Issue(s): #78
Collection(s): FUNCTIONAL
Type(s): CSVDiff
- blackbear: Steel Creep Damage Oh
- 9.21.1Blackbear shall compute steel creep damage considering stress triaxiality as per Oh et al (2011)
- and apply it reduce the finite element stress of a simple problem to simulate creep failure.
- and apply it to reduce the finite element stress of a simple problem to simulate creep failure when using automatic differentiation.
- and apply it to reduce the finite element stress of a simple two-dimensional problem to simulatecreep failure when using automatic differentiation.
- and apply it to reduce the finite element stress of a simple two-dimensional problem to simulatecreep failure when using hand-coded Jacobians.
Specification(s): creepdamage/steel_creep_damage, creepdamage/ad_steel_creep_damage, creepdamage/ad_steel_creep_damage_2d, creepdamage/steel_creep_damage_2d
Design: Steel Creep Damage (Oh et al)
Issue(s): #231
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 9.21.2Blackbear shall compute steel creep damage
- using a single creep strain name in the input.
- using a vector of creep strain names in the input to reproduce creep strain and damage from equivalent single power law.
Specification(s): vector/singlecreeplaw, vector/multicreeplaw
Design: Steel Creep Damage (Oh et al)
Issue(s): #307
Collection(s): FUNCTIONAL
Type(s): CSVDiff
Usability Requirements
No requirements of this type exist for this application, beyond those of its dependencies.Performance Requirements
No requirements of this type exist for this application, beyond those of its dependencies.System Interface Requirements
- blackbear: Neml Simple
- 9.19.1BlackBear shall be capable of interfacing with the NEML library to compute stress
Specification(s): neml_linear_elastic
Design: NEML Stress
Issue(s): #59
Collection(s): SYSTEM
Type(s): CSVDiff
- 9.19.4BlackBear shall be capable of interfacing with the NEML library to compute thermal expansion
Specification(s): neml_linear_elastic_thermal
Design: NEML StressNEML Thermal Expansion Eigenstrain
Issue(s): #59
Collection(s): SYSTEM
Type(s): CSVDiff