Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signal: Bus error (7) #29358

Open
engrmessi opened this issue Dec 5, 2024 · 0 comments
Open

Signal: Bus error (7) #29358

engrmessi opened this issue Dec 5, 2024 · 0 comments
Labels
P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.

Comments

@engrmessi
Copy link

Bug Description

After running my model with conditional statement, i encountered the attached error message
crash error

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 ~]$

@engrmessi 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
Development

No branches or pull requests

1 participant