You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
engrmessi opened this issue
Dec 5, 2024
· 0 comments
Labels
P: normalA defect affecting operation with a low possibility of significantly affects.T: defectAn anomaly, which is anything that deviates from expectations.
[cmchristian@tinkercliffs1 ~]$ ./scripts/diagnostics.sh
-bash: ./scripts/diagnostics.sh: No such file or directory
[cmchristian@tinkercliffs1 ~]$
The text was updated successfully, but these errors were encountered:
engrmessi
added
P: normal
A defect affecting operation with a low possibility of significantly affects.
T: defect
An anomaly, which is anything that deviates from expectations.
labels
Dec 5, 2024
P: normalA defect affecting operation with a low possibility of significantly affects.T: defectAn anomaly, which is anything that deviates from expectations.
Bug Description
After running my model with conditional statement, i encountered the attached error message
Steps to Reproduce
constant properties
[./constants]
type = GenericConstantMaterial
prop_names = 'L0 K to kappa Dl Ds'
prop_values = '1.957e-4 2e-4 0.0294 0.0833 1 1e-4'
[/]
[/reaction_mob]
type = ParsedMaterial
property_name = L
coupled_variables = 'accslip'
material_property_names = 'L0, K, to'
expression = 'if (t <= to, L0 * (1 + accslip / 0.001), L0 * (1 + accslip / 0.001) * exp(-k * (t - to)))'
[]
Impact
yes
[Optional] Diagnostics
[cmchristian@tinkercliffs1 ~]$ ./scripts/diagnostics.sh
-bash: ./scripts/diagnostics.sh: No such file or directory
[cmchristian@tinkercliffs1 ~]$
The text was updated successfully, but these errors were encountered: