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

adding result log explaining in the docu part #82

Merged
merged 2 commits into from
Feb 6, 2024
Merged

Conversation

Abujazar
Copy link
Contributor

@Abujazar Abujazar commented Feb 5, 2024

No description provided.


- **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.
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor Author

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

Copy link
Contributor

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**,
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double :

}

**Key Components Explained:**

Copy link
Contributor

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.

@gituser789 gituser789 merged commit 7980f31 into main Feb 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants