-
Notifications
You must be signed in to change notification settings - Fork 13
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
adding result log explaining in the docu part #82
Conversation
|
||
- **turn_losses**: The power losses in each turn of the winding. | ||
- **flux**: The magnetic flux linked with the winding. The array | ||
contains two values, representing the real and imaginary parts of the flux, respectively. |
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.
real part: Inductance
Imaginary part: negative resistance
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.
And: Flux over current is the complex inductance value
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.
Sorry, both comments are for flux_over_current
- **total_losses**: This section summarizes the overall energy dissipation within the system, combining losses from various components. | ||
It is broken down into several key areas: | ||
|
||
- **winding1**: It indicates the total losses within every winding, which is the sum of power losses across all turns in this winding. |
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.
remove the indent. the final formatting differs from the single sweeps
one
|
||
- **all_windings**: It aggregates the losses across all windings in the system. | ||
|
||
- **core**: This repeats the total losses within the core. |
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.
also explain the core parts. What when is the counter increased from total_core_part_1
to _2
and _3
and so on?
- **step_1** and subsequent steps detail the state of windings at specific times. For example, in **step_1**, **winding1** shows: | ||
|
||
- **number_turns**: Number of turns in the winding. | ||
- **flux**: Magnetic flux through the winding. |
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.
do not forget real and imaginary part of flux, V, I
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.
we do not have it in time domain result
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.
The flux over current in time domain may be not calculated correctly. I discussed this before with Till and we look to it in the future
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.
May leave a hint that is it not correct calculated for time-domain simulations
- **V**: Voltage across the winding. | ||
- **I**: Current through the winding. | ||
|
||
- **average_losses:**: It captures averaged loss metrics over the simulation period, such as **core_eddy_losses**, **core_hyst_losses**, |
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.
double :
- **average_losses:**: It captures averaged loss metrics over the simulation period, such as **core_eddy_losses**, **core_hyst_losses**, | ||
and detailed losses per winding (**winding1**, **winding2**). | ||
|
||
- **total_losses:**: It aggregates all losses within the system, including **all_windings_losses**, **eddy_core** losses, and total |
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.
double :
} | ||
|
||
**Key Components Explained:** | ||
|
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.
Hint: All temperatures are in °C
.
No description provided.