-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57eaec5
commit 073e91a
Showing
20 changed files
with
3,529 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<script lang="ts"> | ||
import { base } from '$app/paths'; | ||
</script> | ||
|
||
<h1>Magnetic circuit</h1> | ||
<article> | ||
Principales of the reluctance motor. | ||
</article> | ||
<img src="{base}/regular_torus.svg" alt="regular torus" /> | ||
<img src="{base}/torus_with_swelling.svg" alt="torus with swelling" /> | ||
<img src="{base}/torus_with_air_gap.svg" alt="torus with air gap" /> | ||
<img src="{base}/torus_with_shuttle.svg" alt="torus with shuttle" /> | ||
<img src="{base}/top_view_of_air_gap_and_shuttle.svg" alt="top view of air gap and shuttle" /> | ||
<img src="{base}/torus_with_realistic_shuttle.svg" alt="torus with a realistic shuttle" /> | ||
|
||
<style lang="scss"> | ||
@use '$lib/style/colors.scss'; | ||
h1 { | ||
margin: 1rem; | ||
} | ||
article { | ||
margin: 1rem; | ||
} | ||
</style> |
Oops, something went wrong.