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

Generate a hypercube of the optimal balance of plant #689

Closed
TimSlendebroek opened this issue Aug 13, 2024 · 1 comment
Closed

Generate a hypercube of the optimal balance of plant #689

TimSlendebroek opened this issue Aug 13, 2024 · 1 comment
Assignees
Labels
BOP balance of plant enhancement New feature or request

Comments

@TimSlendebroek
Copy link
Contributor

The balance of plant an internal optimization is very slow (50 % of the total ActorWholeFacility)

For the stationary solution we should make a database of results as there are only 3 inputs and a cycle type for now::

cycletype :: Symbol
breeder_heat_load :: Real
divertor_heat_load :: Real
wall_heat_load :: Real

@orso82 had the idea to make a hypercube and then just interpolate on the optimzed result to speed this up to almost nothing

@jacksonharvey Do you think this makes sense?

@TimSlendebroek TimSlendebroek added the enhancement New feature or request label Aug 13, 2024
@TimSlendebroek TimSlendebroek added the BOP balance of plant label Aug 13, 2024
@jacksonharvey
Copy link
Contributor

Ya that makes sense, should be fairly easy to add.

@orso82 orso82 closed this as completed Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BOP balance of plant enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants