ProjectTorreyPines / SynthDiag.jl

Package that defines synthetic diagnostics to generate sensor data based on plasma profile and syntehtic actuators.
Apache License 2.0
2 stars 0 forks source link

Simple global metrics and scaling laws #34

Open eldond opened 2 months ago

eldond commented 2 months ago

Simple global metrics are useful for understanding what the model plasma is like. Examples:

Scaling laws can be compared to profiles as sanity checks.

eldond commented 2 months ago

$P_{SOL}$ might want to use heat flux at the LCFS, but that would need https://github.com/ProjectTorreyPines/SOLPS2IMAS.jl/issues/10 to be solved first.

Total input power would be a sum of: summary.fusion.power.value summary.heating_current_drive.power_ec.value (or power launched instead of power, maybe?) summary.heating_current_drive.power_ic.value summary.heating_current_drive.power_lh.value summary.heating_current_drive.power_nbi.value summary.heating_current_drive.power_additional.value

jguterl commented 2 months ago

@Orso Meneghini @.> Are we coupling SOLPS to FUSE ? (cc @Dose (FN), Giacomo @.> )

On Mon, Jul 8, 2024 at 7:57 PM David Eldon @.***> wrote:

$P_{SOL}$ might want to use heat flux at the LCFS, but that would need ProjectTorreyPines/SOLPS2IMAS.jl#10 https://github.com/ProjectTorreyPines/SOLPS2IMAS.jl/issues/10 to be solved first.

— Reply to this email directly, view it on GitHub https://github.com/ProjectTorreyPines/SynthDiag.jl/issues/34#issuecomment-2216314470, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEESMZHILHFV7A3DEAKVQT3ZLNGRTAVCNFSM6AAAAABKRXZ5NWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJWGMYTINBXGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

eldond commented 2 months ago

@jguterl This is a separate project that happens to use some FUSE repos such as IMASDD.

orso82 commented 2 months ago

I have not taken a close look at this yet, but I would hope that any work done in SynthDiags.jl could be leveraged by FUSE, since they both build on top of IMASDD.jl.

eldond commented 2 months ago

I have not taken a close look at this yet, but I would hope that any work done in SynthDiags.jl could be leveraged by FUSE, since they both build on top of IMASDD.jl.

That is certainly fine with us.