Skip to content

Commit

Permalink
new page magnetic
Browse files Browse the repository at this point in the history
  • Loading branch information
charlyoleg2 committed Oct 3, 2023
1 parent 57eaec5 commit 073e91a
Show file tree
Hide file tree
Showing 20 changed files with 3,529 additions and 19 deletions.
2 changes: 2 additions & 0 deletions pkg/parametrix/src/lib/menuList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const mLabel = [
'docs/geom_user',
'docs/gears',
'docs/involute',
'docs/magnetic',
'docs/cad_ecosystem'
]
}
Expand Down Expand Up @@ -102,6 +103,7 @@ const mIcon: tIcon = {
geom_user: 'page_geom.svg',
gears: 'page_gears.svg',
involute: 'page_gears.svg',
magnetic: 'page_magnetic.svg',
cad_ecosystem: 'page_concept.svg',
readme: 'page_readme.svg',
about: 'page_about.svg'
Expand Down
102 changes: 85 additions & 17 deletions pkg/parametrix/src/lib/svg/menu_icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 121 additions & 0 deletions pkg/parametrix/src/lib/svg/page_magnetic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions pkg/parametrix/src/routes/docs/magnetic/+page.svelte
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>
Loading

0 comments on commit 073e91a

Please sign in to comment.