-
Notifications
You must be signed in to change notification settings - Fork 56
Set up headlamp case #2032
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
Set up headlamp case #2032
Conversation
|
@dnwillia @seanpearsonuk Hi, would you be able to advise on fixing a build issue? The documentation build is failing on line 233 of I can't reproduce this on my local machine, which is running version |
Can you import Fluent expects |
I think Mainak is right. The CI/CD runs on Linux so you need to use the pmdb for the documentation build pipeline. If you look at the other examples with meshing included they use the pmdb. |
|
@mkundu1 @dnwillia-work It works correctly now, thanks! |
…nsys/pyfluent into doc/radiation-headlamp-example
|
@mkundu1 I'm getting this unit test fail on v23.2.0, but it's only occurring intermittently. It didn't seem to be happening yesterday. Do you have any insight on fixing this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestion
Co-authored-by: Raphael Luciano <raphael.luciano@ansys.com>
Co-authored-by: Raphael Luciano <raphael.luciano@ansys.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Hi, It says It can not find the .radiation model. |
|
@amscosta You're likely getting that error because you're using 23.1, whereas this example was developed for 23.2-24.1. I'm not sure the radiation model is exposed for the 23.1 API. |
|
Thanks for the reply. |
@amscosta we currently maintain the examples to be guaranteed to work with the latest release of Fluent. |
Implemented the headlamp radiation case (Monte Carlo radiation model) from the Fluent tutorial in PyAnsys.