@jjlmoya/utils-diy 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +12 -0
- package/src/category/i18n/id.ts +12 -0
- package/src/category/i18n/it.ts +12 -0
- package/src/category/i18n/ja.ts +12 -0
- package/src/category/i18n/ko.ts +12 -0
- package/src/category/i18n/nl.ts +12 -0
- package/src/category/i18n/pl.ts +12 -0
- package/src/category/i18n/pt.ts +12 -0
- package/src/category/i18n/ru.ts +12 -0
- package/src/category/i18n/sv.ts +12 -0
- package/src/category/i18n/tr.ts +12 -0
- package/src/category/i18n/zh.ts +12 -0
- package/src/category/index.ts +13 -1
- package/src/index.ts +1 -1
- package/src/tests/category_validation.test.ts +18 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/seo_length.test.ts +3 -0
- package/src/tests/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tool/balusterCalculator/i18n/de.ts +264 -0
- package/src/tool/balusterCalculator/i18n/id.ts +264 -0
- package/src/tool/balusterCalculator/i18n/it.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ja.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ko.ts +264 -0
- package/src/tool/balusterCalculator/i18n/nl.ts +264 -0
- package/src/tool/balusterCalculator/i18n/pl.ts +264 -0
- package/src/tool/balusterCalculator/i18n/pt.ts +264 -0
- package/src/tool/balusterCalculator/i18n/ru.ts +264 -0
- package/src/tool/balusterCalculator/i18n/sv.ts +264 -0
- package/src/tool/balusterCalculator/i18n/tr.ts +264 -0
- package/src/tool/balusterCalculator/i18n/zh.ts +264 -0
- package/src/tool/balusterCalculator/index.ts +15 -7
- package/src/tool/clayCalculator/i18n/de.ts +183 -0
- package/src/tool/clayCalculator/i18n/id.ts +183 -0
- package/src/tool/clayCalculator/i18n/it.ts +183 -0
- package/src/tool/clayCalculator/i18n/ja.ts +182 -0
- package/src/tool/clayCalculator/i18n/ko.ts +183 -0
- package/src/tool/clayCalculator/i18n/nl.ts +183 -0
- package/src/tool/clayCalculator/i18n/pl.ts +183 -0
- package/src/tool/clayCalculator/i18n/pt.ts +183 -0
- package/src/tool/clayCalculator/i18n/ru.ts +183 -0
- package/src/tool/clayCalculator/i18n/sv.ts +183 -0
- package/src/tool/clayCalculator/i18n/tr.ts +183 -0
- package/src/tool/clayCalculator/i18n/zh.ts +183 -0
- package/src/tool/clayCalculator/index.ts +15 -7
- package/src/tool/concreteCalculator/i18n/de.ts +201 -0
- package/src/tool/concreteCalculator/i18n/id.ts +201 -0
- package/src/tool/concreteCalculator/i18n/it.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ja.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ko.ts +201 -0
- package/src/tool/concreteCalculator/i18n/nl.ts +201 -0
- package/src/tool/concreteCalculator/i18n/pl.ts +201 -0
- package/src/tool/concreteCalculator/i18n/pt.ts +201 -0
- package/src/tool/concreteCalculator/i18n/ru.ts +201 -0
- package/src/tool/concreteCalculator/i18n/sv.ts +201 -0
- package/src/tool/concreteCalculator/i18n/tr.ts +201 -0
- package/src/tool/concreteCalculator/i18n/zh.ts +201 -0
- package/src/tool/concreteCalculator/index.ts +17 -5
- package/src/tool/cutOptimizer/i18n/de.ts +178 -0
- package/src/tool/cutOptimizer/i18n/id.ts +178 -0
- package/src/tool/cutOptimizer/i18n/it.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ja.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ko.ts +178 -0
- package/src/tool/cutOptimizer/i18n/nl.ts +178 -0
- package/src/tool/cutOptimizer/i18n/pl.ts +178 -0
- package/src/tool/cutOptimizer/i18n/pt.ts +178 -0
- package/src/tool/cutOptimizer/i18n/ru.ts +178 -0
- package/src/tool/cutOptimizer/i18n/sv.ts +178 -0
- package/src/tool/cutOptimizer/i18n/tr.ts +178 -0
- package/src/tool/cutOptimizer/i18n/zh.ts +178 -0
- package/src/tool/cutOptimizer/index.ts +17 -5
- package/src/tool/drillCalculator/i18n/de.ts +137 -0
- package/src/tool/drillCalculator/i18n/id.ts +137 -0
- package/src/tool/drillCalculator/i18n/it.ts +137 -0
- package/src/tool/drillCalculator/i18n/ja.ts +137 -0
- package/src/tool/drillCalculator/i18n/ko.ts +137 -0
- package/src/tool/drillCalculator/i18n/nl.ts +137 -0
- package/src/tool/drillCalculator/i18n/pl.ts +137 -0
- package/src/tool/drillCalculator/i18n/pt.ts +137 -0
- package/src/tool/drillCalculator/i18n/ru.ts +137 -0
- package/src/tool/drillCalculator/i18n/sv.ts +137 -0
- package/src/tool/drillCalculator/i18n/tr.ts +137 -0
- package/src/tool/drillCalculator/i18n/zh.ts +137 -0
- package/src/tool/drillCalculator/index.ts +17 -5
- package/src/tool/drillSharpener/i18n/de.ts +120 -0
- package/src/tool/drillSharpener/i18n/id.ts +120 -0
- package/src/tool/drillSharpener/i18n/it.ts +120 -0
- package/src/tool/drillSharpener/i18n/ja.ts +120 -0
- package/src/tool/drillSharpener/i18n/ko.ts +120 -0
- package/src/tool/drillSharpener/i18n/nl.ts +120 -0
- package/src/tool/drillSharpener/i18n/pl.ts +120 -0
- package/src/tool/drillSharpener/i18n/pt.ts +120 -0
- package/src/tool/drillSharpener/i18n/ru.ts +120 -0
- package/src/tool/drillSharpener/i18n/sv.ts +120 -0
- package/src/tool/drillSharpener/i18n/tr.ts +120 -0
- package/src/tool/drillSharpener/i18n/zh.ts +120 -0
- package/src/tool/drillSharpener/index.ts +17 -5
- package/src/tool/epoxyCalculator/i18n/de.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/id.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/it.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ja.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ko.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/nl.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/pl.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/pt.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/ru.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/sv.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/tr.ts +118 -0
- package/src/tool/epoxyCalculator/i18n/zh.ts +118 -0
- package/src/tool/epoxyCalculator/index.ts +15 -7
- package/src/tool/furnitureFit/i18n/de.ts +113 -0
- package/src/tool/furnitureFit/i18n/id.ts +113 -0
- package/src/tool/furnitureFit/i18n/it.ts +113 -0
- package/src/tool/furnitureFit/i18n/ja.ts +113 -0
- package/src/tool/furnitureFit/i18n/ko.ts +113 -0
- package/src/tool/furnitureFit/i18n/nl.ts +113 -0
- package/src/tool/furnitureFit/i18n/pl.ts +113 -0
- package/src/tool/furnitureFit/i18n/pt.ts +113 -0
- package/src/tool/furnitureFit/i18n/ru.ts +113 -0
- package/src/tool/furnitureFit/i18n/sv.ts +113 -0
- package/src/tool/furnitureFit/i18n/tr.ts +113 -0
- package/src/tool/furnitureFit/i18n/zh.ts +113 -0
- package/src/tool/furnitureFit/index.ts +17 -5
- package/src/tool/mortarCalculator/i18n/de.ts +129 -0
- package/src/tool/mortarCalculator/i18n/id.ts +129 -0
- package/src/tool/mortarCalculator/i18n/it.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ja.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ko.ts +129 -0
- package/src/tool/mortarCalculator/i18n/nl.ts +129 -0
- package/src/tool/mortarCalculator/i18n/pl.ts +129 -0
- package/src/tool/mortarCalculator/i18n/pt.ts +129 -0
- package/src/tool/mortarCalculator/i18n/ru.ts +129 -0
- package/src/tool/mortarCalculator/i18n/sv.ts +129 -0
- package/src/tool/mortarCalculator/i18n/tr.ts +129 -0
- package/src/tool/mortarCalculator/i18n/zh.ts +129 -0
- package/src/tool/mortarCalculator/index.ts +17 -5
- package/src/tool/passepartoutCalculator/i18n/de.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/id.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/it.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -0
- package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -0
- package/src/tool/passepartoutCalculator/index.ts +17 -5
- package/src/tool/stairCalculator/i18n/de.ts +144 -0
- package/src/tool/stairCalculator/i18n/id.ts +144 -0
- package/src/tool/stairCalculator/i18n/it.ts +144 -0
- package/src/tool/stairCalculator/i18n/ja.ts +144 -0
- package/src/tool/stairCalculator/i18n/ko.ts +144 -0
- package/src/tool/stairCalculator/i18n/nl.ts +144 -0
- package/src/tool/stairCalculator/i18n/pl.ts +144 -0
- package/src/tool/stairCalculator/i18n/pt.ts +144 -0
- package/src/tool/stairCalculator/i18n/ru.ts +144 -0
- package/src/tool/stairCalculator/i18n/sv.ts +144 -0
- package/src/tool/stairCalculator/i18n/tr.ts +144 -0
- package/src/tool/stairCalculator/i18n/zh.ts +144 -0
- package/src/tool/stairCalculator/index.ts +17 -5
- package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -0
- package/src/tool/thermalExpansionCalculator/i18n/id.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/it.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ja.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ko.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/nl.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/pl.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/pt.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/ru.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/sv.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/tr.ts +130 -0
- package/src/tool/thermalExpansionCalculator/i18n/zh.ts +130 -0
- package/src/tool/thermalExpansionCalculator/index.ts +17 -5
- package/src/tool/voltageDropCalculator/i18n/de.ts +112 -0
- package/src/tool/voltageDropCalculator/i18n/id.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/it.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ja.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ko.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/nl.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/pl.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/pt.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/ru.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/sv.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/tr.ts +110 -0
- package/src/tool/voltageDropCalculator/i18n/zh.ts +110 -0
- package/src/tool/voltageDropCalculator/index.ts +17 -5
- package/src/tools.ts +2 -0
- package/src/types.ts +1 -1
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'calcolatore-dilatazione-termica';
|
|
6
|
+
const title = 'Calcolatore di Dilatazione Termica di Travi e Strutture';
|
|
7
|
+
const description = 'Calcola quanto cresce una trave o una struttura per variazioni di temperatura. Strumento tecnico per ingegneri e DIY. Include i coefficienti di espansione per materiale.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Cos\'è il coefficiente di dilatazione lineare?',
|
|
12
|
+
answer: 'È una proprietà fisica dei materiali che indica quanto si espande per ogni grado Celsius di aumento della temperatura. Si misura in 1/°C o °C⁻¹.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Perché è importante calcolare la dilatazione nelle travi?',
|
|
16
|
+
answer: 'Se una trave non ha spazio per espandersi (giunti di dilatazione), genererà tensioni interne massicce che possono deformare la struttura, incrinare il calcestruzzo o persino causarne il crollo.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Il legno si dilata allo stesso modo in tutte le direzioni?',
|
|
20
|
+
answer: 'No. Il legno è un materiale anisotropo. Si dilata pochissimo lungo la fibra ma significativamente in senso trasversale (larghezza e spessore).',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Quale temperatura devo usare come Iniziale?',
|
|
24
|
+
answer: 'Devi usare la temperatura al momento dell\'installazione o della costruzione. La Finale deve essere la temperatura massima prevista durante la sua vita utile.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Misura la lunghezza originale', text: 'Inserisci la lunghezza della trave o del materiale in metri.' },
|
|
30
|
+
{ name: 'Seleziona il materiale', text: 'Scegli tra metalli, materiali da costruzione o legni per applicare il coefficiente specifico.' },
|
|
31
|
+
{ name: 'Definisci l\'intervallo termico', text: 'Specifica la temperatura iniziale e la massima prevista per calcolare il differenziale termico.' },
|
|
32
|
+
{ name: 'Analizza la crescita', text: 'Osserva l\'allungamento totale in millimetri e la lunghezza finale risultante per prevedere giunti adeguati.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'it',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Domande Frequenti',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Riferimenti Tecnici',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
+
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
+
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Cos\'è la Dilatazione Termica e perché influisce sulle Strutture', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: 'La <strong>dilatazione termica</strong> è il processo fisico per cui un materiale aumenta la propria lunghezza come risposta a un incremento della temperatura. A livello microscopico, le particelle vibrano con più energia e necessitano di maggiore spazio medio tra di esse. In edilizia, questo fenomeno è una forza che può rompere il calcestruzzo, deformare travi d\'acciaio e torcere i binari del treno.' },
|
|
86
|
+
{ type: 'title', text: 'La Formula della Dilatazione Lineare', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:math-log', title: 'Formula della Dilatazione Lineare', html: '<p>L\'espansione di un elemento strutturale si calcola con: <code>ΔL = L₀ · α · ΔT</code>. Dove <strong>ΔL</strong> è la crescita totale, <strong>L₀</strong> è la lunghezza originale, <strong>α</strong> è il coefficiente di espansione del materiale (in °C⁻¹) e <strong>ΔT</strong> è la differenza di temperatura.</p>' },
|
|
88
|
+
],
|
|
89
|
+
ui: {
|
|
90
|
+
configTitle: 'Configurazione',
|
|
91
|
+
labelMaterial: 'Materiale',
|
|
92
|
+
groupMetals: 'Metalli',
|
|
93
|
+
groupConstruction: 'Costruzione',
|
|
94
|
+
groupWood: 'Legni e Polimeri',
|
|
95
|
+
matSteel: 'Acciaio (12 ppm/°C)',
|
|
96
|
+
matAluminum: 'Alluminio (23 ppm/°C)',
|
|
97
|
+
matCopper: 'Rame (17 ppm/°C)',
|
|
98
|
+
matIron: 'Ferro (11 ppm/°C)',
|
|
99
|
+
matConcrete: 'Calcestruzzo (12 ppm/°C)',
|
|
100
|
+
matBrick: 'Mattone (9 ppm/°C)',
|
|
101
|
+
matGlass: 'Vetro (9 ppm/°C)',
|
|
102
|
+
matWoodFiber: 'Legno Fibra (5 ppm/°C)',
|
|
103
|
+
matWoodTransversal: 'Legno Trasversale (40 ppm/°C)',
|
|
104
|
+
matPvc: 'PVC (30 ppm/°C)',
|
|
105
|
+
catMetals: 'Metallurgia',
|
|
106
|
+
catConstruction: 'Costruzione',
|
|
107
|
+
catWood: 'Legni e Polimeri',
|
|
108
|
+
labelLength: 'Lunghezza Iniziale (m)',
|
|
109
|
+
labelTempStart: 'T. Iniziale (°C)',
|
|
110
|
+
labelTempEnd: 'T. Massima (°C)',
|
|
111
|
+
deltaLabel: 'Differenziale Termico (ΔT)',
|
|
112
|
+
vizTitle: 'Simulazione di Espansione',
|
|
113
|
+
resultGrowthLabel: 'Crescita Totale (ΔL)',
|
|
114
|
+
resultFinalLabel: 'Lunghezza Finale',
|
|
115
|
+
unitMm: 'MM',
|
|
116
|
+
unitM: 'M',
|
|
117
|
+
riskTitle: 'Rischio Deformazione',
|
|
118
|
+
jointTitle: 'Giunto Minimo',
|
|
119
|
+
riskLow: 'Basso',
|
|
120
|
+
riskModerate: 'Moderato',
|
|
121
|
+
riskCritical: 'Critico',
|
|
122
|
+
tipDefault: 'Consulta il manuale del fabbricante per i coefficienti esatti di leghe speciali.',
|
|
123
|
+
tipSteel: 'L\'acciaio e il calcestruzzo hanno coefficienti quasi identici, permettendo al cemento armato di funzionare senza crepe interne.',
|
|
124
|
+
tipAluminum: 'L\'alluminio si dilata quasi il doppio dell\'acciaio. Nei serramenti metallici, questo obbliga all\'uso di sigillanti elastici.',
|
|
125
|
+
tipGlass: 'Il vetro e l\'acciaio si dilatano quasi allo stesso modo, il che è fondamentale per il design di grandi facciate vetrate.',
|
|
126
|
+
tipConcrete: 'Il coefficiente del calcestruzzo è molto simile a quello dell\'acciaio, motivo per cui le strutture miste sono così stabili.',
|
|
127
|
+
tipWood: 'Il legno si dilata poco per calore, ma molto per umidità. In strutture lunghe, la fibra longitudinale è molto stabile.',
|
|
128
|
+
tipPvc: 'Il PVC ha un\'espansione altissima. Richiede giunti speciali per assorbire il movimento senza rompersi.',
|
|
129
|
+
},
|
|
130
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'thermal-expansion-calculator';
|
|
6
|
+
const title = '梁と構造物の熱膨張計算機';
|
|
7
|
+
const description = '温度変化によって梁や構造物がどれくらい膨張するかを計算します。エンジニアやDIY向けのテクニカルツール。材料別の熱膨張係数を収録。';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '線膨張係数とは何ですか?',
|
|
12
|
+
answer: '材料の物理的特性の1つで、温度が1℃上昇するごとにどれくらい膨張するかを示します。単位は 1/℃ または ℃⁻¹ です。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'なぜ梁の膨張を計算することが重要なのですか?',
|
|
16
|
+
answer: '梁に膨張するためのスペース(伸縮継手)がない場合、巨大な内部応力が発生し、構造物の変形やコンクリートのひび割れ、最悪の場合は崩壊を招く可能性があるためです。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '木材はすべての方向に同じように膨張しますか?',
|
|
20
|
+
answer: 'いいえ。木材は異方性材料です。繊維方向にはほとんど膨張しませんが、繊維と直交する方向(幅や厚み)には大きく膨張します。',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '初期温度には何を使用すべきですか?',
|
|
24
|
+
answer: '設置または施工時の温度を使用してください。最終温度は、その構造物の耐用年数中に予想される最高温度を使用する必要があります。',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: '元の長さを測る', text: '梁や材料の長さをメートル単位で入力します。' },
|
|
30
|
+
{ name: '材料を選択する', text: '金属、建築材料、または木材から選択して、固有の係数を適用します。' },
|
|
31
|
+
{ name: '温度範囲を定義する', text: '初期温度と予想される最高温度を指定して、温度差を算出します。' },
|
|
32
|
+
{ name: '膨張を分析する', text: '総膨張量(ミリメートル)と最終的な長さを確認し、適切な継手を計画します。' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'ja',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'よくある質問',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: '技術リファレンス',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: '熱膨張係数 — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
+
{ name: '熱膨張と温度 — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
+
{ name: '線熱膨張 — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: '熱膨張とは何か、なぜ構造物に影響を与えるのか', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: '<strong>熱膨張</strong>とは、温度の上昇に伴って材料の長さが増加する物理的なプロセスです。微視的なレベルでは、粒子がより大きなエネルギーで振動し、粒子間の平均的なスペースがより多く必要になります。建設において、この現象はコンクリートを破壊し、鋼梁を変形させ、鉄道のレールを歪ませる力となります。' },
|
|
86
|
+
{ type: 'title', text: '線膨張の公式', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:math-log', title: '線膨張の計算式', html: '<p>構造部材の膨張は次のように計算されます:<code>ΔL = L₀ · α · ΔT</code>。ここで、<strong>ΔL</strong>は総増加量、<strong>L₀</strong>は元の長さ、<strong>α</strong>は材料の膨張係数(単位:℃⁻¹)、<strong>ΔT</strong>は温度差です。この公式は、橋や屋根、外壁の伸縮継手設計の基本となります。</p>' },
|
|
88
|
+
],
|
|
89
|
+
ui: {
|
|
90
|
+
configTitle: '設定',
|
|
91
|
+
labelMaterial: '材料',
|
|
92
|
+
groupMetals: '金属',
|
|
93
|
+
groupConstruction: '建築材料',
|
|
94
|
+
groupWood: '木材・ポリマー',
|
|
95
|
+
matSteel: '鋼鉄 (12 ppm/°C)',
|
|
96
|
+
matAluminum: 'アルミニウム (23 ppm/°C)',
|
|
97
|
+
matCopper: '銅 (17 ppm/°C)',
|
|
98
|
+
matIron: '鉄 (11 ppm/°C)',
|
|
99
|
+
matConcrete: 'コンクリート (12 ppm/°C)',
|
|
100
|
+
matBrick: 'レンガ (9 ppm/°C)',
|
|
101
|
+
matGlass: 'ガラス (9 ppm/°C)',
|
|
102
|
+
matWoodFiber: '木材繊維方向 (5 ppm/°C)',
|
|
103
|
+
matWoodTransversal: '木材直交方向 (40 ppm/°C)',
|
|
104
|
+
matPvc: 'PVC (30 ppm/°C)',
|
|
105
|
+
catMetals: '冶金',
|
|
106
|
+
catConstruction: '施工',
|
|
107
|
+
catWood: '木材・ポリマー',
|
|
108
|
+
labelLength: '初期の長さ (m)',
|
|
109
|
+
labelTempStart: '初期温度 (°C)',
|
|
110
|
+
labelTempEnd: '最高温度 (°C)',
|
|
111
|
+
deltaLabel: '温度差 (ΔT)',
|
|
112
|
+
vizTitle: '膨張シミュレーション',
|
|
113
|
+
resultGrowthLabel: '総膨張量 (ΔL)',
|
|
114
|
+
resultFinalLabel: '最終的な長さ',
|
|
115
|
+
unitMm: 'MM',
|
|
116
|
+
unitM: 'M',
|
|
117
|
+
riskTitle: '座屈リスク',
|
|
118
|
+
jointTitle: '最小継手幅',
|
|
119
|
+
riskLow: '低',
|
|
120
|
+
riskModerate: '中',
|
|
121
|
+
riskCritical: '高',
|
|
122
|
+
tipDefault: '特殊な合金については、メーカーの仕様書で正確な係数を確認してください。',
|
|
123
|
+
tipSteel: '鋼鉄とコンクリートはほぼ同じ膨張係数を持つため、鉄筋コンクリートは内部崩壊なしに機能します。',
|
|
124
|
+
tipAluminum: 'アルミニウムは鋼鉄の約2倍膨張します。金属製のサッシなどでは弾性シーリング材の使用が必須です。',
|
|
125
|
+
tipGlass: 'ガラスと鋼鉄はほぼ同じ膨張率であり、これは大型ガラスファサードの設計において鍵となります。',
|
|
126
|
+
tipConcrete: 'コンクリートの係数は鋼鉄と非常に近く、混合構造が安定している理由です。',
|
|
127
|
+
tipWood: '木材は熱による膨張は少ないですが、湿度による膨張が大きいです。長尺構造では繊維方向は非常に安定しています。',
|
|
128
|
+
tipPvc: 'PVCは非常に膨張率が高いです。破損を防ぐために、動きを吸収する継手や工夫が必要です。',
|
|
129
|
+
},
|
|
130
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'thermal-expansion-calculator';
|
|
6
|
+
const title = '보 및 구조물 열팽창 계산기';
|
|
7
|
+
const description = '온도 변화에 따라 보나 구조물이 얼마나 팽창하는지 계산합니다. 엔지니어 및 DIY를 위한 기술 도구입니다. 재료별 팽창 계수를 포함합니다.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '선팽창 계수란 무엇인가요?',
|
|
12
|
+
answer: '온도가 1도 상승할 때마다 재료가 얼마나 팽창하는지를 나타내는 물리적 특성입니다. 단위는 1/℃ 또는 ℃⁻¹를 사용합니다.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '보의 열팽창을 계산하는 것이 왜 중요한가요?',
|
|
16
|
+
answer: '보에 팽창할 공간(신축 이음)이 없으면 구조물을 변형시키거나 콘크리트를 균열시키고 심지어 붕괴를 일으킬 수 있는 거대한 내부 응력이 발생하기 때문입니다.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '나무는 모든 방향으로 동일하게 팽창하나요?',
|
|
20
|
+
answer: '아니요. 나무는 이방성 재료입니다. 결 방향으로는 거의 팽창하지 않지만, 결의 직각 방향(너비 및 두께)으로는 상당히 팽창합니다.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '초기 온도로는 어떤 값을 사용해야 하나요?',
|
|
24
|
+
answer: '설치 또는 시공 시점의 온도를 사용해야 합니다. 최종 온도는 해당 구조물의 수명 동안 예상되는 최고 온도를 사용해야 합니다.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: '원래 길이 측정', text: '보 또는 재료의 길이를 미터 단위로 입력합니다.' },
|
|
30
|
+
{ name: '재료 선택', text: '금속, 건축 자재 또는 목재 중에서 선택하여 특정 계수를 적용합니다.' },
|
|
31
|
+
{ name: '온도 범위 정의', text: '열 차이를 계산하기 위해 초기 온도와 예상 최고 온도를 지정합니다.' },
|
|
32
|
+
{ name: '팽창 분석', text: '밀리미터 단위의 총 팽창량과 결과적인 최종 길이를 확인하여 적절한 이음매를 계획합니다.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'ko',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: '자주 묻는 질문',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: '기술 참고 자료',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: '열팽창 계수 — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
+
{ name: '열팽창과 온도 — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
+
{ name: '선열팽창 — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: '열팽창이란 무엇이며 구조물에 어떤 영향을 미치는가', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: '<strong>열팽창</strong>은 온도가 상승함에 따라 재료의 길이가 증가하는 물리적 과정입니다. 미세한 수준에서 입자들은 더 많은 에너지로 진동하며 입자 사이에 더 큰 평균 공간을 필요로 합니다. 건설에서 이 현상은 단순한 흥밋거리가 아닙니다. 이는 콘크리트를 부수고, 강철 보를 변형시키며, 기차 선로를 뒤틀 수 있는 힘입니다.' },
|
|
86
|
+
{ type: 'title', text: '선팽창 공식', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:math-log', title: '선팽창 계산식', html: '<p>구조성분의 팽창은 다음과 같이 계산됩니다: <code>ΔL = L₀ · α · ΔT</code>. 여기서 <strong>ΔL</strong>은 총 증가량, <strong>L₀</strong>은 원래 길이, <strong>α</strong>는 재료의 팽창 계수(단위: ℃⁻¹), <strong>ΔT</strong>는 온도 차이입니다.</p>' },
|
|
88
|
+
],
|
|
89
|
+
ui: {
|
|
90
|
+
configTitle: '설정',
|
|
91
|
+
labelMaterial: '재료',
|
|
92
|
+
groupMetals: '금속',
|
|
93
|
+
groupConstruction: '건설',
|
|
94
|
+
groupWood: '목재 및 폴리머',
|
|
95
|
+
matSteel: '강철 (12 ppm/°C)',
|
|
96
|
+
matAluminum: '알루미늄 (23 ppm/°C)',
|
|
97
|
+
matCopper: '구리 (17 ppm/°C)',
|
|
98
|
+
matIron: '철 (11 ppm/°C)',
|
|
99
|
+
matConcrete: '콘크리트 (12 ppm/°C)',
|
|
100
|
+
matBrick: '벽돌 (9 ppm/°C)',
|
|
101
|
+
matGlass: '유리 (9 ppm/°C)',
|
|
102
|
+
matWoodFiber: '목재 결 방향 (5 ppm/°C)',
|
|
103
|
+
matWoodTransversal: '목재 직각 방향 (40 ppm/°C)',
|
|
104
|
+
matPvc: 'PVC (30 ppm/°C)',
|
|
105
|
+
catMetals: '금속공학',
|
|
106
|
+
catConstruction: '건설',
|
|
107
|
+
catWood: '목재 및 폴리머',
|
|
108
|
+
labelLength: '초기 길이 (m)',
|
|
109
|
+
labelTempStart: '초기 온도 (°C)',
|
|
110
|
+
labelTempEnd: '최고 온도 (°C)',
|
|
111
|
+
deltaLabel: '온도 차이 (ΔT)',
|
|
112
|
+
vizTitle: '팽창 시뮬레이션',
|
|
113
|
+
resultGrowthLabel: '총 팽창량 (ΔL)',
|
|
114
|
+
resultFinalLabel: '최종 길이',
|
|
115
|
+
unitMm: 'MM',
|
|
116
|
+
unitM: 'M',
|
|
117
|
+
riskTitle: '좌굴 위험',
|
|
118
|
+
jointTitle: '최소 이음매',
|
|
119
|
+
riskLow: '낮음',
|
|
120
|
+
riskModerate: '보통',
|
|
121
|
+
riskCritical: '심각',
|
|
122
|
+
tipDefault: '특수 합금의 정확한 계수는 제조업체 매뉴얼을 참조하세요.',
|
|
123
|
+
tipSteel: '강철과 콘크리트는 거의 동일한 팽창 계수를 가지고 있어 철근 콘크리트 구조가 내부 균열 없이 작동할 수 있습니다.',
|
|
124
|
+
tipAluminum: '알루미늄은 강철보다 거의 두 배 더 많이 팽창합니다. 금속 프레임 제작 시 탄성 실란트 사용이 필수적입니다.',
|
|
125
|
+
tipGlass: '유리와 강철은 거의 동일하게 팽창하며, 이는 대형 유리 파사드 설계의 핵심입니다.',
|
|
126
|
+
tipConcrete: '콘크리트의 계수는 강철과 매우 유사하여 혼합 구조가 매우 안정적입니다.',
|
|
127
|
+
tipWood: '목재는 열에 의한 팽창은 적지만 습기에 의한 팽창이 큽니다. 긴 구조물에서 결 방향은 매우 안정적입니다.',
|
|
128
|
+
tipPvc: 'PVC는 매우 높은 팽창률을 가집니다. 파손 없이 움직임을 흡수하기 위해 특수 이음매가 필요합니다.',
|
|
129
|
+
},
|
|
130
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'thermische-expansie-calculator';
|
|
6
|
+
const title = 'Thermische Expansie Calculator voor Balken en Structuren';
|
|
7
|
+
const description = 'Bereken hoeveel een balk of structuur uitzet door temperatuurveranderingen. Technisch hulpmiddel voor ingenieurs en DIY. Inclusief uitzettingscoëfficiënten per materiaal.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Wat is de lineaire uitzettingscoëfficiënt?',
|
|
12
|
+
answer: 'Het is een fysieke eigenschap van materialen die aangeeft hoeveel het materiaal uitzet per graad Celsius temperatuurstijging. Het wordt gemeten in 1/°C of °C⁻¹.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Waarom is het berekenen van uitzetting bij balken belangrijk?',
|
|
16
|
+
answer: 'Als een balk geen ruimte heeft om uit te zetten (dilatatievoegen), ontstaan er enorme interne spanningen die de structuur kunnen vervormen, beton kunnen laten barsten of zelfs tot instorting kunnen leiden.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Zet hout in alle richtingen evenveel uit?',
|
|
20
|
+
answer: 'Nee. Hout is een anisotroop materiaal. Het zet heel weinig uit in de lengte van de vezels, maar aanzienlijk in de dwarsrichting (breedte en dikte).',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Welke temperatuur moet ik als Begintemperatuur gebruiken?',
|
|
24
|
+
answer: 'Je moet de temperatuur gebruiken op het moment van installatie of constructie. De Eindtemperatuur moet de maximaal verwachte temperatuur tijdens de levensduur zijn.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Meet de oorspronkelijke lengte', text: 'Voer de lengte van de balk of het materiaal in meters in.' },
|
|
30
|
+
{ name: 'Selecteer het materiaal', text: 'Kies uit metalen, bouwmaterialen of houtsoorten om de specifieke coëfficiënt toe te passen.' },
|
|
31
|
+
{ name: 'Definieer het thermisch bereik', text: 'Geef de begintemperatuur en de verwachte maximale temperatuur op om het temperatuurverschil te berekenen.' },
|
|
32
|
+
{ name: 'Analyseer de groei', text: 'Bekijk de totale rek in millimeters en de resulterende eindlengte om voor geschikte voegen te zorgen.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'nl',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Technische Referenties',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
+
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
+
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Wat is Thermische Expansie en waarom beïnvloedt het Structuren', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: '<strong>Thermische expansie</strong> is het fysieke proces waarbij een materiaal langer wordt als reactie op een temperatuurstijging. In de bouw is dit fenomeen geen curiositeit: het is een kracht die beton kan breken, stalen balken kan vervormen en treinrails kan doen verbuigen.' },
|
|
86
|
+
{ type: 'title', text: 'De Formule voor Lineaire Uitzetting', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:math-log', title: 'Formule voor Lineaire Uitzetting', html: '<p>De uitzetting van een structureel element wordt berekend met: <code>ΔL = L₀ · α · ΔT</code>. Waar <strong>ΔL</strong> de totale groei is, <strong>L₀</strong> de oorspronkelijke lengte, <strong>α</strong> de uitzettingscoëfficiënt van het materiaal (in °C⁻¹) en <strong>ΔT</strong> het temperatuurverschil.</p>' },
|
|
88
|
+
],
|
|
89
|
+
ui: {
|
|
90
|
+
configTitle: 'Configuratie',
|
|
91
|
+
labelMaterial: 'Materiaal',
|
|
92
|
+
groupMetals: 'Metalen',
|
|
93
|
+
groupConstruction: 'Bouw',
|
|
94
|
+
groupWood: 'Hout en Polymeren',
|
|
95
|
+
matSteel: 'Staal (12 ppm/°C)',
|
|
96
|
+
matAluminum: 'Aluminium (23 ppm/°C)',
|
|
97
|
+
matCopper: 'Koper (17 ppm/°C)',
|
|
98
|
+
matIron: 'IJzer (11 ppm/°C)',
|
|
99
|
+
matConcrete: 'Beton (12 ppm/°C)',
|
|
100
|
+
matBrick: 'Baksteen (9 ppm/°C)',
|
|
101
|
+
matGlass: 'Glas (9 ppm/°C)',
|
|
102
|
+
matWoodFiber: 'Houtvezel (5 ppm/°C)',
|
|
103
|
+
matWoodTransversal: 'Hout Dwars (40 ppm/°C)',
|
|
104
|
+
matPvc: 'PVC (30 ppm/°C)',
|
|
105
|
+
catMetals: 'Metallurgie',
|
|
106
|
+
catConstruction: 'Bouw',
|
|
107
|
+
catWood: 'Hout en Polymeren',
|
|
108
|
+
labelLength: 'Beginlengte (m)',
|
|
109
|
+
labelTempStart: 'Begintemp. (°C)',
|
|
110
|
+
labelTempEnd: 'Max. Temp. (°C)',
|
|
111
|
+
deltaLabel: 'Temperatuurverschil (ΔT)',
|
|
112
|
+
vizTitle: 'Simulatie van Expansie',
|
|
113
|
+
resultGrowthLabel: 'Totale Groei (ΔL)',
|
|
114
|
+
resultFinalLabel: 'Eindlengte',
|
|
115
|
+
unitMm: 'MM',
|
|
116
|
+
unitM: 'M',
|
|
117
|
+
riskTitle: 'Risico op Knik',
|
|
118
|
+
jointTitle: 'Minimale Voeg',
|
|
119
|
+
riskLow: 'Laag',
|
|
120
|
+
riskModerate: 'Gemiddeld',
|
|
121
|
+
riskCritical: 'Kritiek',
|
|
122
|
+
tipDefault: 'Raadpleeg de handleiding van de fabrikant voor exacte coëfficiënten van speciale legeringen.',
|
|
123
|
+
tipSteel: 'Staal en beton hebben bijna identieke coëfficiënten, waardoor gewapend beton kan functioneren zonder interne barsten.',
|
|
124
|
+
tipAluminum: 'Aluminium zet bijna twee keer zoveel uit als staal. Bij metalen kozijnen dwingt dit tot het gebruik van elastische kitten.',
|
|
125
|
+
tipGlass: 'Glas en staal zetten bijna hetzelfde uit, wat essentieel is voor het ontwerp van grote glasgevels.',
|
|
126
|
+
tipConcrete: 'De coëfficiënt van beton is zeer vergelijkbaar met die van staal, de reden waarom gemengde structuren zo stabiel zijn.',
|
|
127
|
+
tipWood: 'Hout zet weinig uit door warmte, maar veel door vocht. In lange structuren is de vezelrichting zeer stabiel.',
|
|
128
|
+
tipPvc: 'PVC heeft een zeer hoge uitzettingsgraad. Het vereist speciale voegen om beweging op te vangen zonder te breken.',
|
|
129
|
+
},
|
|
130
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ThermalExpansionCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'kalkulator-rozszerzalnosci-cieplnej';
|
|
6
|
+
const title = 'Kalkulator Rozszerzalności Cieplnej Belek i Struktur';
|
|
7
|
+
const description = 'Oblicz, o ile wydłuża się belka lub struktura pod wpływem zmian temperatury. Narzędzie techniczne dla inżynierów i DIY. Zawiera współczynniki rozszerzalności dla materiałów.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Co to jest współczynnik rozszerzalności liniowej?',
|
|
12
|
+
answer: 'Jest to właściwość fizyczna materiałów wskazująca, o ile materiał rozszerza się na każdy stopień Celsjusza wzrostu jego temperatury. Mierzony jest w 1/°C lub °C⁻¹.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Dlaczego obliczanie rozszerzalności belek jest ważne?',
|
|
16
|
+
answer: 'Jeśli belka nie ma miejsca na rozszerzanie się (szczeliny dylatacyjne), generuje to ogromne naprężenia wewnętrzne, które mogą deformować strukturę, powodować pękanie betonu, a nawet katastrofę budowlaną.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Czy drewno rozszerza się tak samo we wszystkich kierunkach?',
|
|
20
|
+
answer: 'Nie. Drewno jest materiałem anizotropowym. Rozszerza się bardzo mało wzdłuż włókien, ale znacząco w kierunku poprzecznym (szerokość i grubość).',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Jaką temperaturę powinienem przyjąć jako Początkową?',
|
|
24
|
+
answer: 'Należy użyć temperatury w momencie montażu lub budowy. Temperatura Końcowa powinna być maksymalną temperaturą oczekiwaną w trakcie eksploatacji.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{ name: 'Zmierz długość początkową', text: 'Wprowadź długość belki lub materiału w metrach.' },
|
|
30
|
+
{ name: 'Wybierz materiał', text: 'Wybierz spośród metali, materiałów budowlanych lub drewna, aby zastosować właściwy współczynnik.' },
|
|
31
|
+
{ name: 'Zdefiniuj zakres temperatur', text: 'Określ temperaturę początkową i maksymalną oczekiwaną, aby obliczyć różnicę temperatur.' },
|
|
32
|
+
{ name: 'Przeanalizuj przyrost', text: 'Zwróć uwagę na całkowite wydłużenie w milimetrach i wynikową długość końcową, aby przewidzieć odpowiednie dylatacje.' },
|
|
33
|
+
];
|
|
34
|
+
|
|
35
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
36
|
+
'@context': 'https://schema.org',
|
|
37
|
+
'@type': 'FAQPage',
|
|
38
|
+
mainEntity: faqData.map((item) => ({
|
|
39
|
+
'@type': 'Question',
|
|
40
|
+
name: item.question,
|
|
41
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
42
|
+
})),
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
46
|
+
'@context': 'https://schema.org',
|
|
47
|
+
'@type': 'HowTo',
|
|
48
|
+
name: title,
|
|
49
|
+
description,
|
|
50
|
+
step: howToData.map((step, i) => ({
|
|
51
|
+
'@type': 'HowToStep',
|
|
52
|
+
position: i + 1,
|
|
53
|
+
name: step.name,
|
|
54
|
+
text: step.text,
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
59
|
+
'@context': 'https://schema.org',
|
|
60
|
+
'@type': 'SoftwareApplication',
|
|
61
|
+
name: title,
|
|
62
|
+
description,
|
|
63
|
+
applicationCategory: 'UtilityApplication',
|
|
64
|
+
operatingSystem: 'All',
|
|
65
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
66
|
+
inLanguage: 'pl',
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
70
|
+
slug,
|
|
71
|
+
title,
|
|
72
|
+
description,
|
|
73
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
bibliographyTitle: 'Referencje Techniczne',
|
|
76
|
+
bibliography: [
|
|
77
|
+
{ name: 'Coefficient of Thermal Expansion — Engineering Toolbox', url: 'https://www.engineeringtoolbox.com/linear-expansion-coefficients-d_95.html' },
|
|
78
|
+
{ name: 'Thermal expansion and temperature — Britannica', url: 'https://www.britannica.com/science/thermal-expansion' },
|
|
79
|
+
{ name: 'Linear Thermal Expansion — Physics Hypertextbook', url: 'https://physics.info/expansion/' },
|
|
80
|
+
],
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
83
|
+
seo: [
|
|
84
|
+
{ type: 'title', text: 'Czym jest Rozszerzalność Cieplna i jak wpływa na Struktury', level: 2 },
|
|
85
|
+
{ type: 'paragraph', html: '<strong>Rozszerzalność cieplna</strong> to proces fizyczny, w którym materiał zwiększa swoją długość w odpowiedzi na wzrost temperatury. W budownictwie zjawisko to jest siłą, która może kruszyć beton, deformować stalowe belki i wyginać szyny kolejowe.' },
|
|
86
|
+
{ type: 'title', text: 'Wzór na Rozszerzalność Liniową', level: 3 },
|
|
87
|
+
{ type: 'card', icon: 'mdi:math-log', title: 'Wzór na Rozszerzalność Liniową', html: '<p>Rozszerzenie elementu strukturalnego oblicza się ze wzoru: <code>ΔL = L₀ · α · ΔT</code>. Gdzie <strong>ΔL</strong> to całkowity przyrost, <strong>L₀</strong> to długość początkowa, <strong>α</strong> to współczynnik rozszerzalności materiału (w °C⁻¹) a <strong>ΔT</strong> to różnica temperatur.</p>' },
|
|
88
|
+
],
|
|
89
|
+
ui: {
|
|
90
|
+
configTitle: 'Konfiguracja',
|
|
91
|
+
labelMaterial: 'Materiał',
|
|
92
|
+
groupMetals: 'Metale',
|
|
93
|
+
groupConstruction: 'Budownictwo',
|
|
94
|
+
groupWood: 'Drewno i Polimery',
|
|
95
|
+
matSteel: 'Stal (12 ppm/°C)',
|
|
96
|
+
matAluminum: 'Aluminium (23 ppm/°C)',
|
|
97
|
+
matCopper: 'Miedź (17 ppm/°C)',
|
|
98
|
+
matIron: 'Żelazo (11 ppm/°C)',
|
|
99
|
+
matConcrete: 'Beton (12 ppm/°C)',
|
|
100
|
+
matBrick: 'Cegła (9 ppm/°C)',
|
|
101
|
+
matGlass: 'Szkło (9 ppm/°C)',
|
|
102
|
+
matWoodFiber: 'Drewno Wzdłużne (5 ppm/°C)',
|
|
103
|
+
matWoodTransversal: 'Drewno Poprzeczne (40 ppm/°C)',
|
|
104
|
+
matPvc: 'PVC (30 ppm/°C)',
|
|
105
|
+
catMetals: 'Metalurgia',
|
|
106
|
+
catConstruction: 'Budownictwo',
|
|
107
|
+
catWood: 'Drewno i Polimery',
|
|
108
|
+
labelLength: 'Długość Początkowa (m)',
|
|
109
|
+
labelTempStart: 'Temp. Początkowa (°C)',
|
|
110
|
+
labelTempEnd: 'Temp. Maksymalna (°C)',
|
|
111
|
+
deltaLabel: 'Różnica Temperatur (ΔT)',
|
|
112
|
+
vizTitle: 'Symulacja Rozszerzania',
|
|
113
|
+
resultGrowthLabel: 'Całkowity Przyrost (ΔL)',
|
|
114
|
+
resultFinalLabel: 'Długość Końcowa',
|
|
115
|
+
unitMm: 'MM',
|
|
116
|
+
unitM: 'M',
|
|
117
|
+
riskTitle: 'Ryzyko Wyboczenia',
|
|
118
|
+
jointTitle: 'Minimalna Szczelina',
|
|
119
|
+
riskLow: 'Niskie',
|
|
120
|
+
riskModerate: 'Umiarkowane',
|
|
121
|
+
riskCritical: 'Krytyczne',
|
|
122
|
+
tipDefault: 'Sprawdź instrukcję producenta dla dokładnych współczynników specjalnych stopów.',
|
|
123
|
+
tipSteel: 'Stal i beton mają niemal identyczne współczynniki, co pozwala żelbetowi pracować bez wewnętrznych pęknięć.',
|
|
124
|
+
tipAluminum: 'Aluminium rozszerza się prawie dwa razy bardziej niż stal. W ślusarce otworowej wymaga to stosowania elastycznych uszczelniaczy.',
|
|
125
|
+
tipGlass: 'Szkło i stal rozszerzają się prawie identycznie, co jest kluczowe dla projektowania dużych szklanych fasad.',
|
|
126
|
+
tipConcrete: 'Współczynnik betonu jest bardzo zbliżyony do stali, dlatego konstrukcje mieszane są tak stabilne.',
|
|
127
|
+
tipWood: 'Drewno rozszerza się mało pod wpływem ciepła, ale mocno pod wpływem wilgoci. W długich konstrukcjach włókno wzdłużne jest bardzo stabilne.',
|
|
128
|
+
tipPvc: 'PVC ma bardzo wysoką rozszerzalność. Wymaga specjalnych połączeń, aby absorbować ruch bez pękania.',
|
|
129
|
+
},
|
|
130
|
+
};
|