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

Getting rid of processors #3424

Closed
germa89 opened this issue Sep 20, 2024 · 7 comments
Closed

Getting rid of processors #3424

germa89 opened this issue Sep 20, 2024 · 7 comments
Labels
future To work on it in the future, since it can be delayed

Comments

@germa89
Copy link
Collaborator

germa89 commented Sep 20, 2024

I could hard code the corresponding processor for each MAPDL command, so if that processor is not active, we automatically set it.

Getting the corresponding processors might be a bit complicated. We could use the docs, but that needs us to have the full docs.

@germa89 germa89 added the future To work on it in the future, since it can be delayed label Sep 20, 2024
@mikerife
Copy link

I really don't like this idea; not at all. I can see too many pitfalls. @mcMunich and @pmaroneh do you have any thoughts?
Mike

@germa89
Copy link
Collaborator Author

germa89 commented Sep 23, 2024

I can see too many pitfalls.

I would need some examples to fully understand your point of view. :)

@mikerife
Copy link

How about we can *get (or get_value) of frequencies, participation factors etc right after a modal solve. But if the /solu processor is exited then we loose that. Entering the post processor is just one step; need to read in a set of results. It's a waste of time to constantly finish/enter a processor for each command.

@pmaroneh
Copy link
Contributor

My two cents:

  • I share @mikerife 's concerns about how long would it take to always enter / exit a processor for each command
  • Using PyMAPDL requires being proficient with MAPDL anyway, and MAPDL users will know how to enter the processors so I don't think we'll be adding much value here

@germa89
Copy link
Collaborator Author

germa89 commented Nov 18, 2024

I agree with you guys, we can discard this.

However i do not like that

we can *get (or get_value) of frequencies, participation factors etc right after a modal solve. But if the /solu processor is exited then we loose that

is quite subtle. I dont think that many people knows that exiting /SOLU processor cleans up that info. I didnt know.

Any idea or suggestion on how to "mitigate" that?

@mikerife
Copy link

Hey @germa89 If the /solu processor is closed then we can get into /post1 and post process the .mode file. I've no idea why the data is removed from memory/db when the /solu processor is closed. Could possibly go back to a time before either of us were born! Or in my case when I was still playing outside in the dirt.

@germa89
Copy link
Collaborator Author

germa89 commented Nov 18, 2024

Let's not going to fiddle with it then 🤣

@germa89 germa89 closed this as completed Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future To work on it in the future, since it can be delayed
Projects
None yet
Development

No branches or pull requests

3 participants