-
Notifications
You must be signed in to change notification settings - Fork 19
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
Segmentation Violation error when using plume inflow boundaries #18
Comments
Can you attach the input file so we can actually reproduce this? Does this also occur for the test that we have in place for this? |
how was this solved? |
Used the conditions on your test model and for now it seems to have fixed my problem. Changed the plume type from Gaussian. Also removed the plume depth parameter.
…On 7 Mar 2024, 17:01, at 17:01, Boris Kaus ***@***.***> wrote:
how was this solved?
--
Reply to this email directly or view it on GitHub:
#18 (comment)
You are receiving this because you modified the open/close state.
Message ID: ***@***.***>
|
Sorry to reopen this. I did it earlier but then remembered to first update LaMEM to the latest version to make sure it hadn't been fixed already. I did previously "fix" my issue by not using a Gaussian plume but it really wasn't a fix. I've recently tried to run older models with working plumes and they raise the same Segmentation Violation errors when attempted. The test models do work though, I've ran a simple gaussian plume there without issue. I I've attached the input file as well as the MATLAB script I used to build the markers. |
Hello!
I'm trying to use LaMEM to run a 3D model which requires the existence of a plume boundary. I've used these boundaries before with success, but after updating the code recently I've been met with this error:
The plume inflow was defined like this:
The only change from my previously used plumes are the coordinates and the number of the inflow phase. It was attempting to run on 128 cores.
The text was updated successfully, but these errors were encountered: