@jjlmoya/utils-nautical 1.6.0 → 1.7.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 +72 -71
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +42 -0
- package/src/tests/no_h1_in_components.test.ts +48 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/endurance/i18n/de.ts +249 -0
- package/src/tool/endurance/i18n/id.ts +249 -0
- package/src/tool/endurance/i18n/it.ts +249 -0
- package/src/tool/endurance/i18n/ja.ts +249 -0
- package/src/tool/endurance/i18n/ko.ts +249 -0
- package/src/tool/endurance/i18n/nl.ts +249 -0
- package/src/tool/endurance/i18n/pl.ts +249 -0
- package/src/tool/endurance/i18n/pt.ts +249 -0
- package/src/tool/endurance/i18n/ru.ts +249 -0
- package/src/tool/endurance/i18n/sv.ts +249 -0
- package/src/tool/endurance/i18n/tr.ts +249 -0
- package/src/tool/endurance/i18n/zh.ts +249 -0
- package/src/tool/endurance/index.ts +12 -0
- package/src/tool/nauticalConverter/i18n/de.ts +239 -0
- package/src/tool/nauticalConverter/i18n/id.ts +239 -0
- package/src/tool/nauticalConverter/i18n/it.ts +239 -0
- package/src/tool/nauticalConverter/i18n/ja.ts +239 -0
- package/src/tool/nauticalConverter/i18n/ko.ts +239 -0
- package/src/tool/nauticalConverter/i18n/nl.ts +239 -0
- package/src/tool/nauticalConverter/i18n/pl.ts +239 -0
- package/src/tool/nauticalConverter/i18n/pt.ts +239 -0
- package/src/tool/nauticalConverter/i18n/ru.ts +239 -0
- package/src/tool/nauticalConverter/i18n/sv.ts +239 -0
- package/src/tool/nauticalConverter/i18n/tr.ts +239 -0
- package/src/tool/nauticalConverter/i18n/zh.ts +239 -0
- package/src/tool/nauticalConverter/index.ts +12 -0
- package/src/tool/sailArea/component.astro +1 -1
- package/src/tool/sailArea/i18n/de.ts +275 -0
- package/src/tool/sailArea/i18n/id.ts +275 -0
- package/src/tool/sailArea/i18n/it.ts +275 -0
- package/src/tool/sailArea/i18n/ja.ts +275 -0
- package/src/tool/sailArea/i18n/ko.ts +275 -0
- package/src/tool/sailArea/i18n/nl.ts +275 -0
- package/src/tool/sailArea/i18n/pl.ts +275 -0
- package/src/tool/sailArea/i18n/pt.ts +275 -0
- package/src/tool/sailArea/i18n/ru.ts +275 -0
- package/src/tool/sailArea/i18n/sv.ts +275 -0
- package/src/tool/sailArea/i18n/tr.ts +275 -0
- package/src/tool/sailArea/i18n/zh.ts +275 -0
- package/src/tool/sailArea/index.ts +12 -0
- package/src/tool/speedConverter/i18n/de.ts +271 -0
- package/src/tool/speedConverter/i18n/id.ts +271 -0
- package/src/tool/speedConverter/i18n/it.ts +271 -0
- package/src/tool/speedConverter/i18n/ja.ts +271 -0
- package/src/tool/speedConverter/i18n/ko.ts +271 -0
- package/src/tool/speedConverter/i18n/nl.ts +271 -0
- package/src/tool/speedConverter/i18n/pl.ts +271 -0
- package/src/tool/speedConverter/i18n/pt.ts +271 -0
- package/src/tool/speedConverter/i18n/ru.ts +194 -0
- package/src/tool/speedConverter/i18n/sv.ts +271 -0
- package/src/tool/speedConverter/i18n/tr.ts +225 -0
- package/src/tool/speedConverter/i18n/zh.ts +271 -0
- package/src/tool/speedConverter/index.ts +12 -0
- package/src/tool/tideCalculator/i18n/de.ts +203 -0
- package/src/tool/tideCalculator/i18n/id.ts +203 -0
- package/src/tool/tideCalculator/i18n/it.ts +203 -0
- package/src/tool/tideCalculator/i18n/ja.ts +203 -0
- package/src/tool/tideCalculator/i18n/ko.ts +203 -0
- package/src/tool/tideCalculator/i18n/nl.ts +203 -0
- package/src/tool/tideCalculator/i18n/pl.ts +203 -0
- package/src/tool/tideCalculator/i18n/pt.ts +203 -0
- package/src/tool/tideCalculator/i18n/ru.ts +203 -0
- package/src/tool/tideCalculator/i18n/sv.ts +203 -0
- package/src/tool/tideCalculator/i18n/tr.ts +203 -0
- package/src/tool/tideCalculator/i18n/zh.ts +203 -0
- package/src/tool/tideCalculator/index.ts +12 -0
- package/src/tool/underKeel/i18n/de.ts +189 -0
- package/src/tool/underKeel/i18n/en.ts +2 -2
- package/src/tool/underKeel/i18n/fr.ts +2 -2
- package/src/tool/underKeel/i18n/id.ts +189 -0
- package/src/tool/underKeel/i18n/it.ts +176 -0
- package/src/tool/underKeel/i18n/ja.ts +185 -0
- package/src/tool/underKeel/i18n/ko.ts +185 -0
- package/src/tool/underKeel/i18n/nl.ts +176 -0
- package/src/tool/underKeel/i18n/pl.ts +176 -0
- package/src/tool/underKeel/i18n/pt.ts +176 -0
- package/src/tool/underKeel/i18n/ru.ts +176 -0
- package/src/tool/underKeel/i18n/sv.ts +176 -0
- package/src/tool/underKeel/i18n/tr.ts +185 -0
- package/src/tool/underKeel/i18n/zh.ts +185 -0
- package/src/tool/underKeel/index.ts +12 -0
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { SailAreaUI, SailAreaLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'calcolatore-superficie-velica-it';
|
|
5
|
+
const title = 'Calcolatore Area Velica e Rapporto SA/D';
|
|
6
|
+
const description =
|
|
7
|
+
'Calcola l\'area velica totale e il rapporto area velica/dislocamento della tua barca. Analisi delle prestazioni nautiche basata sulle misure I, J, P ed E.';
|
|
8
|
+
|
|
9
|
+
const ui: SailAreaUI = {
|
|
10
|
+
hullSectionLabel: 'Dati Scafo',
|
|
11
|
+
totalMassLabel: 'Dislocamento',
|
|
12
|
+
rigSystemLabel: 'Armo',
|
|
13
|
+
intendedUseLabel: 'Uso previsto',
|
|
14
|
+
rigGeometryLabel: 'Geometria dell\'Armo',
|
|
15
|
+
sailConfigLabel: 'Tipo di armo',
|
|
16
|
+
genoaOverlapLabel: 'Sovrapposizione Genoa',
|
|
17
|
+
foqueLabel: 'Fiocco',
|
|
18
|
+
genovaLabel: 'Genoa',
|
|
19
|
+
sadRatioLabel: 'Rapporto SA/D',
|
|
20
|
+
totalAreaLabel: 'Area totale',
|
|
21
|
+
performanceLabel: 'Prestazioni',
|
|
22
|
+
sloopLabel: 'Sloop (albero singolo)',
|
|
23
|
+
cutterLabel: 'Cutter (doppia vela di prua)',
|
|
24
|
+
ketchLabel: 'Ketch (due alberi)',
|
|
25
|
+
cruiserLabel: 'Cruiser',
|
|
26
|
+
performanceTypeLabel: 'Tipo di Prestazione',
|
|
27
|
+
racerLabel: 'Racer',
|
|
28
|
+
exportPdfLabel: 'GENERA RAPPORTO TECNICO',
|
|
29
|
+
faqTitle: 'Domande Frequenti',
|
|
30
|
+
bibliographyTitle: 'Bibliografia',
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const faq: SailAreaLocaleContent['faq'] = [
|
|
34
|
+
{
|
|
35
|
+
question: 'Perché la mia barca è lenta con vento leggero?',
|
|
36
|
+
answer: 'Probabilmente il tuo rapporto SA/D è inferiore a 15, il che indica una barca a dislocamento pesante con poca area velica rispetto al suo peso. Queste barche hanno bisogno di venti superiori a 12 nodi per navigare con brio.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
question: 'Dovrei svuotare i serbatoi dell\'acqua per migliorare le prestazioni?',
|
|
40
|
+
answer: 'Sì, alleggerire la barca migliora direttamente il rapporto SA/D poiché il dislocamento reale diminuisce. Svuotare i serbatoi di acqua e carburante può ridurre il dislocamento di diverse centinaia di chili e aumentare significativamente il rapporto.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
question: 'Cos\'è l\'allunamento (Roach) su una vela?',
|
|
44
|
+
answer: 'L\'allunamento è la curva convessa della balumina (bordo d\'uscita) della randa. Fornisce un\'area velica extra oltre il triangolo geometrico di base definito da P ed E. Le barche da regata hanno allunamenti molto pronunciati con stecche rigide.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
question: 'Come misuro il dislocamento reale della mia barca?',
|
|
48
|
+
answer: 'Il metodo più affidabile è usare il dislocamento a pieno carico (con tutte le dotazioni, acqua, carburante ed equipaggio a bordo). Il dislocamento "a vuoto" del manuale del costruttore è solitamente ottimistico. Usa il dislocamento effettivo nelle tue normali condizioni di navigazione.',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
question: 'Dove posso trovare le misure I, J, P ed E per la mia barca?',
|
|
52
|
+
answer: 'Le trovi nel manuale dell\'armatore, nei certificati di stazza ORC o IRC, o nella documentazione del certificato di classe. Puoi anche misurarle direttamente a bordo con un metro a nastro o contattando il cantiere costruttore.',
|
|
53
|
+
},
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
const howTo: SailAreaLocaleContent['howTo'] = [
|
|
57
|
+
{
|
|
58
|
+
name: 'Seleziona il tipo di armo',
|
|
59
|
+
text: 'Scegli tra Sloop (albero singolo), Cutter (fiocco e trinchetta) o Ketch (albero di mezzana). Questo determina come viene calcolata l\'area velica totale.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: 'Inserisci il dislocamento',
|
|
63
|
+
text: 'Usa il dislocamento effettivo a pieno carico della tua barca in kg o libbre. Questa cifra è fondamentale per il calcolo del rapporto SA/D.',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: 'Misura la geometria dell\'armo',
|
|
67
|
+
text: 'Inserisci le misure P (altezza albero), E (boma), I (altezza triangolo di prua) e J (base triangolo di prua) in metri o piedi.',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'Regola la sovrapposizione del genoa',
|
|
71
|
+
text: 'Muovi lo slider per indicare la sovrapposizione del tuo genoa: 100% è un fiocco senza sovrapposizione, 130% è un genoa standard, 155% è un genoa a grande sovrapposizione.',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'Interpreta il rapporto SA/D',
|
|
75
|
+
text: 'Un rapporto tra 16 e 20 indica un cruiser equilibrato. Sopra 20 la barca sarà molto vivace con vento leggero ma impegnativa in condizioni di vento fresco.',
|
|
76
|
+
},
|
|
77
|
+
];
|
|
78
|
+
|
|
79
|
+
const bibliography: SailAreaLocaleContent['bibliography'] = [
|
|
80
|
+
{
|
|
81
|
+
name: 'Society of Naval Architects and Marine Engineers - SNAME',
|
|
82
|
+
url: 'https://www.sname.org/',
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: 'ORC - Offshore Racing Congress',
|
|
86
|
+
url: 'https://orc.org/',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'Elvstrom Sailmakers - Sail Manual',
|
|
90
|
+
url: 'https://www.elvstromsails.com/',
|
|
91
|
+
},
|
|
92
|
+
];
|
|
93
|
+
|
|
94
|
+
const seo: SailAreaLocaleContent['seo'] = [
|
|
95
|
+
{
|
|
96
|
+
type: 'title',
|
|
97
|
+
text: 'Calcolatore Area Velica: Guida Completa alle Prestazioni e ai Rapporti',
|
|
98
|
+
level: 2,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'L\'area velica è il motore aerodinamico di ogni imbarcazione a vela. Determina quanta energia del vento la barca può catturare e, combinata con il suo dislocamento, ne definisce il carattere nautico: se sarà un lento cruiser o una reattiva macchina da regata. Calcolare correttamente questo valore è il primo passo per comprendere il comportamento di qualunque barca a vela.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'paragraph',
|
|
106
|
+
html: 'Navigare a vela comporta una danza costante tra la forza del vento sulle vele e la resistenza dell\'acqua sullo scafo. Il <strong>rapporto Area Velica / Dislocamento (SA/D)</strong> cattura questa relazione in un singolo numero che permette di confrontare barche di qualsiasi lunghezza e dislocamento su basi paritarie.',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'stats',
|
|
110
|
+
items: [
|
|
111
|
+
{ label: 'Rapporto Cruiser Ideale', value: '15-18', icon: 'mdi:anchor' },
|
|
112
|
+
{ label: 'Barche da Regata', value: '+24', icon: 'mdi:sailing' },
|
|
113
|
+
{ label: 'Margine di Errore', value: '5-10%', icon: 'mdi:alert-circle-outline' },
|
|
114
|
+
],
|
|
115
|
+
columns: 3,
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: 'A cosa serve il Rapporto SA/D?',
|
|
120
|
+
level: 3,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: 'Il rapporto <strong>Area Velica / Dislocamento</strong> è uno strumento diagnostico che permette di prevedere il comportamento della barca prima di salpare. Un rapporto basso indica una barca robusta e sicura ma lenta con venti leggeri; un rapporto alto offre velocità e una sensazione di volo ma richiede maggiore abilità dell\'equipaggio quando il vento rinforza. Nessuno dei due è superiore all\'altro: tutto dipende dal tipo di navigazione desiderata.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'title',
|
|
128
|
+
text: 'Tabella di Riferimento del Rapporto SA/D',
|
|
129
|
+
level: 4,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'table',
|
|
133
|
+
headers: ['Rapporto', 'Tipo di Barca', 'Comportamento in Mare'],
|
|
134
|
+
rows: [
|
|
135
|
+
['< 14', 'Dislocamento Pesante / Nave da Carico', 'Stabile, lenta, ha bisogno di vento costante'],
|
|
136
|
+
['14 - 16.5', 'Cruiser da Altura', 'Equilibrata, confortevole, buona risalita al vento'],
|
|
137
|
+
['16.5 - 20', 'Cruiser Standard', 'Vivace con brezza, gestibile, versatile'],
|
|
138
|
+
['20 - 25', 'Performance Cruiser / Sport', 'Veloce, impegnativa, eccitante con arie leggere'],
|
|
139
|
+
['> 25', 'Racer / Sport Estremo', 'Molto veloce, nervosa, richiede equipaggio esperto'],
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'title',
|
|
144
|
+
text: 'Glossario Tecnico delle Misure (I, J, P, E)',
|
|
145
|
+
level: 3,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'glossary',
|
|
149
|
+
items: [
|
|
150
|
+
{
|
|
151
|
+
term: 'I (Altezza Triangolo di Prua)',
|
|
152
|
+
definition: 'Distanza verticale dal ponte al punto in cui la drizza del fiocco si attacca all\'albero. Definisce l\'altezza del triangolo di prua.',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
term: 'J (Base Triangolo di Prua)',
|
|
156
|
+
definition: 'Distanza orizzontale dall\'albero alla prua (attacco dello strallo). Definisce la base del triangolo di prua.',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
term: 'P (Altezza Randa)',
|
|
160
|
+
definition: 'Distanza dal boma al punto più alto della canaletta sull\'albero. Definisce l\'altezza della randa.',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
term: 'E (Lunghezza Boma)',
|
|
164
|
+
definition: 'Distanza dall\'albero alla bugna di scotta sul boma. Definisce la base della randa.',
|
|
165
|
+
},
|
|
166
|
+
],
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'title',
|
|
170
|
+
text: 'Calcoli per Patente Nautica',
|
|
171
|
+
level: 3,
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'paragraph',
|
|
175
|
+
html: 'Il calcolo dell\'area velica e del rapporto SA/D fanno parte del programma per il conseguimento della <strong>patente nautica</strong> d\'altura. Comprendere la geometria dell\'armo e la sua relazione con il dislocamento è essenziale per prendere decisioni sulla sicurezza in mare: terzarolare in tempo, scegliere il genoa giusto o stimare il comportamento della barca prima di un colpo di vento.',
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
type: 'tip',
|
|
179
|
+
title: 'Vele da Portanti e Sicurezza',
|
|
180
|
+
html: 'Per la navigazione oceanica o lunghe traversate, un rapporto SA/D tra 16 e 18 offre il miglior equilibrio tra velocità e sicurezza. Barche con rapporti sopra 22 possono aver bisogno di ridurre le vele con venti di soli Forza 4-5.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'title',
|
|
184
|
+
text: 'Come la Sovrapposizione del Genoa influisce sulle Prestazioni?',
|
|
185
|
+
level: 4,
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
type: 'paragraph',
|
|
189
|
+
html: 'Il <strong>genoa</strong> è la vela di prua più grande, la cui bugna si posiziona dietro l\'albero, "sovrapponendosi" alla randa. La percentuale di sovrapposizione indica quanto la perpendicolare all\'infieritura (LP) sia più lunga rispetto alla distanza J. Un genoa al 150% ha un LP equivalente al 150% di J, fornendo un\'area velica molto maggiore rispetto a un semplice fiocco.',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'comparative',
|
|
193
|
+
items: [
|
|
194
|
+
{
|
|
195
|
+
title: 'Dacron (Crociera)',
|
|
196
|
+
description: 'Materiale classico per vele da crociera. Robusto e facile da mantenere.',
|
|
197
|
+
points: [
|
|
198
|
+
'Alta durata e resistenza ai raggi UV',
|
|
199
|
+
'Basso costo di manutenzione',
|
|
200
|
+
'Maggiore peso e allungamento sotto carico',
|
|
201
|
+
'Ideale per navigazione costiera e d\'altura',
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
title: 'Laminati (Regata)',
|
|
206
|
+
description: 'Materiali ad alta tecnologia come Kevlar, Spectra o Dyneema.',
|
|
207
|
+
highlight: true,
|
|
208
|
+
points: [
|
|
209
|
+
'Allungamento minimo: massima efficienza aerodinamica',
|
|
210
|
+
'Molto più leggeri del Dacron',
|
|
211
|
+
'Costo più elevato e vita utile più breve',
|
|
212
|
+
'Essenziali su barche con rapporto SA/D > 22',
|
|
213
|
+
],
|
|
214
|
+
},
|
|
215
|
+
],
|
|
216
|
+
columns: 2,
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
type: 'title',
|
|
220
|
+
text: 'Fisica della Vela e Stabilità',
|
|
221
|
+
level: 3,
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
type: 'paragraph',
|
|
225
|
+
html: 'L\'area velica genera una forza propulsiva ma anche un <strong>momento sbandante</strong> che tende a far inclinare la barca. La stabilità è misurata dal momento raddrizzante che la barca può opporre a questa forza sbandante. Un rapporto SA/D elevato in una barca con poca zavorra può essere pericoloso, mentre lo stesso rapporto in una barca con una chiglia profonda e pesante è perfettamente gestibile.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'paragraph',
|
|
229
|
+
html: 'Per calcolare la potenza reale disponibile, i progettisti navali usano spesso il <strong>rapporto Dislocamento-Lunghezza (DLR)</strong> in combinazione con il SA/D. Entrambi i rapporti insieme descrivono con precisione se una barca è un rimorchiatore marino o un velocista planante.',
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
type: 'tip',
|
|
233
|
+
title: 'Stabilità e Sicurezza',
|
|
234
|
+
html: 'Mai valutare il SA/D isolatamente. Una barca a vela con un rapporto di 22 e un angolo di raddrizzamento di 90 gradi è molto più sicura di una con un rapporto di 18 e un angolo di raddrizzamento di 60 gradi. Consulta sempre la curva di stabilità della tua barca.',
|
|
235
|
+
},
|
|
236
|
+
];
|
|
237
|
+
|
|
238
|
+
const schemas: SailAreaLocaleContent['schemas'] = [
|
|
239
|
+
{
|
|
240
|
+
'@context': 'https://schema.org',
|
|
241
|
+
'@type': 'SoftwareApplication',
|
|
242
|
+
name: title,
|
|
243
|
+
description,
|
|
244
|
+
applicationCategory: 'UtilityApplication',
|
|
245
|
+
operatingSystem: 'Web',
|
|
246
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
247
|
+
} as WithContext<SoftwareApplication>,
|
|
248
|
+
{
|
|
249
|
+
'@context': 'https://schema.org',
|
|
250
|
+
'@type': 'FAQPage',
|
|
251
|
+
mainEntity: faq.map((item) => ({
|
|
252
|
+
'@type': 'Question',
|
|
253
|
+
name: item.question,
|
|
254
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
255
|
+
})),
|
|
256
|
+
} as WithContext<FAQPage>,
|
|
257
|
+
{
|
|
258
|
+
'@context': 'https://schema.org',
|
|
259
|
+
'@type': 'HowTo',
|
|
260
|
+
name: `Come usare: ${title}`,
|
|
261
|
+
step: howTo.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
262
|
+
} as WithContext<HowTo>,
|
|
263
|
+
];
|
|
264
|
+
|
|
265
|
+
export const content: SailAreaLocaleContent = {
|
|
266
|
+
slug,
|
|
267
|
+
title,
|
|
268
|
+
description,
|
|
269
|
+
ui,
|
|
270
|
+
seo,
|
|
271
|
+
faq,
|
|
272
|
+
bibliography,
|
|
273
|
+
howTo,
|
|
274
|
+
schemas,
|
|
275
|
+
};
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { SailAreaUI, SailAreaLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'sail-area-calculator';
|
|
5
|
+
const title = 'セール面積・SA/D比計算ツール';
|
|
6
|
+
const description =
|
|
7
|
+
'ヨットの総セール面積と、排水量に対するセール面積比(SA/D比)を計算します。I、J、P、Eの各寸法に基づいた航海パフォーマンス分析。';
|
|
8
|
+
|
|
9
|
+
const ui: SailAreaUI = {
|
|
10
|
+
hullSectionLabel: '船体データ',
|
|
11
|
+
totalMassLabel: '排水量',
|
|
12
|
+
rigSystemLabel: 'リグ',
|
|
13
|
+
intendedUseLabel: '使用目的',
|
|
14
|
+
rigGeometryLabel: 'リグの幾何寸法',
|
|
15
|
+
sailConfigLabel: 'リグ形式',
|
|
16
|
+
genoaOverlapLabel: 'ジェノアのオーバーラップ',
|
|
17
|
+
foqueLabel: 'ジブ',
|
|
18
|
+
genovaLabel: 'ジェノア',
|
|
19
|
+
sadRatioLabel: 'SA/D比',
|
|
20
|
+
totalAreaLabel: '総面積',
|
|
21
|
+
performanceLabel: 'パフォーマンス',
|
|
22
|
+
sloopLabel: 'スループ(1本マスト)',
|
|
23
|
+
cutterLabel: 'カッター(前帆2枚)',
|
|
24
|
+
ketchLabel: 'ケッチ(2本マスト)',
|
|
25
|
+
cruiserLabel: 'クルーザー',
|
|
26
|
+
performanceTypeLabel: 'パフォーマンス型',
|
|
27
|
+
racerLabel: 'レーサー',
|
|
28
|
+
exportPdfLabel: 'テクニカルレポートを生成',
|
|
29
|
+
faqTitle: 'よくある質問',
|
|
30
|
+
bibliographyTitle: '参考文献',
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const faq: SailAreaLocaleContent['faq'] = [
|
|
34
|
+
{
|
|
35
|
+
question: 'なぜ私の船は軽風で遅いのですか?',
|
|
36
|
+
answer: 'SA/D比が15を下回っている可能性があります。これは、重量に対してセール面積が小さい重排水量艇であることを示しています。このような船が活発に帆走するには、12ノット以上の風が必要です。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
question: 'パフォーマンス向上のために水タンクを空にすべきですか?',
|
|
40
|
+
answer: 'はい、船体を軽くすることは実際の排水量を減らすため、SA/D比を直接的に向上させます。水や燃料のタンクを空にすることで、排水量を数百キログラム削減し、比率を大幅に高めることができます。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
question: 'セールの「ローチ (Roach)」とは何ですか?',
|
|
44
|
+
answer: 'ローチとは、メインセールのリーチ(後縁)の凸状の膨らみのことです。PとEで定義される基本的な幾何学的三角形を超えた追加のセール面積を提供します。レーシング艇は、リジッドバテンを用いたアグレッシブなローチを持つことが一般的です。',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
question: '自分の船の実際の排水量はどうやって測ればいいですか?',
|
|
48
|
+
answer: '最も信頼できる方法は、満載排水量(備品、水、燃料、乗組員をすべて載せた状態)を使用することです。ビルダーの記録にある軽荷排水量は、通常楽観的な数値です。通常の帆走条件での実際の排水量を使用してください。',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
question: '自船のI、J、P、E寸法はどこで確認できますか?',
|
|
52
|
+
answer: 'オーナーズマニュアル、ORCまたはIRCのレーティング証明書、あるいはクラス証明書のドキュメントに記載されています。また、メジャーを使って船上で直接測定するか、造船所に問い合わせることもできます。',
|
|
53
|
+
},
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
const howTo: SailAreaLocaleContent['howTo'] = [
|
|
57
|
+
{
|
|
58
|
+
name: 'リグ形式を選択する',
|
|
59
|
+
text: 'スループ(1本マスト)、カッター(ジブとステイセルの2枚)、またはケッチ(ミズンマストあり)から選択します。これにより、総セール面積の計算方法が決まります。',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: '排水量を入力する',
|
|
63
|
+
text: 'ヨットの実際の満載排水量(kgまたはlbs)を入力します。この数値はSA/D比の計算の鍵となります。',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: 'リグの寸法を入力する',
|
|
67
|
+
text: 'P(マスト高)、E(ブーム長)、I(フォアトライアングル高)、J(フォアトライアングル底辺)をメートルまたはフィートで入力してください。',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'ジェノアのオーバーラップを調整する',
|
|
71
|
+
text: 'スライダーを動かしてジェノアのオーバーラップを指定します。100%はオーバーラップなしのジブ、130%は標準的なジェノア、155%は大型のジェノアです。',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'SA/D比を解釈する',
|
|
75
|
+
text: '比率が16から20の間であれば、バランスのとれたクルーザーです。20を超えると軽風で非常に活発になりますが、強風下での操船は難しくなります。',
|
|
76
|
+
},
|
|
77
|
+
];
|
|
78
|
+
|
|
79
|
+
const bibliography: SailAreaLocaleContent['bibliography'] = [
|
|
80
|
+
{
|
|
81
|
+
name: 'Society of Naval Architects and Marine Engineers - SNAME',
|
|
82
|
+
url: 'https://www.sname.org/',
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: 'ORC - Offshore Racing Congress',
|
|
86
|
+
url: 'https://orc.org/',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'Elvstrom Sailmakers - Sail Manual',
|
|
90
|
+
url: 'https://www.elvstromsails.com/',
|
|
91
|
+
},
|
|
92
|
+
];
|
|
93
|
+
|
|
94
|
+
const seo: SailAreaLocaleContent['seo'] = [
|
|
95
|
+
{
|
|
96
|
+
type: 'title',
|
|
97
|
+
text: 'セール面積計算ツール:パフォーマンスと比率の完全ガイド',
|
|
98
|
+
level: 2,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'セール面積は、帆船における空気力学的な「エンジン」です。船がどれだけの風エネルギーを捉えられるかを決定し、排水量と組み合わさることで、その船の航海上の性格(ゆったりとしたクルーザーか、敏感なレーシングマシンか)を定義します。この値を正しく計算することは、ヨットの挙動を理解するための第一歩です。',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'paragraph',
|
|
106
|
+
html: '帆走とは、セールにかかる風の力と船体にかかる水の抵抗との絶え間ないダンスです。<strong>セール面積/排水量比(SA/D比)</strong>は、この関係を単一の数値に集約したもので、長さや排水量が異なるあらゆる船を対等な立場で比較することを可能にします。',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'stats',
|
|
110
|
+
items: [
|
|
111
|
+
{ label: '理想的なクルーザー比率', value: '15-18', icon: 'mdi:anchor' },
|
|
112
|
+
{ label: 'レーシング艇', value: '+24', icon: 'mdi:sailing' },
|
|
113
|
+
{ label: '誤差範囲', value: '5-10%', icon: 'mdi:alert-circle-outline' },
|
|
114
|
+
],
|
|
115
|
+
columns: 3,
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: 'SA/D比は何に使用されますか?',
|
|
120
|
+
level: 3,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: '<strong>SA/D比</strong>は、出航前に船の挙動を予測するための診断ツールです。比率が低い場合は頑丈で安全ですが、軽風では遅い船であることを示します。比率が高い場合はスピードと「飛ぶような」感覚を提供しますが、風が強まった際に乗組員のより高度なスキルが求められます。どちらかが優れているわけではなく、意図する帆走のタイプによります。',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'title',
|
|
128
|
+
text: 'SA/D比 リファレンス表',
|
|
129
|
+
level: 4,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'table',
|
|
133
|
+
headers: ['比率', '船のタイプ', '海上での挙動'],
|
|
134
|
+
rows: [
|
|
135
|
+
['14未満', '重排水量艇/貨物船', '安定しているが遅い、持続的な風が必要'],
|
|
136
|
+
['14 - 16.5', '遠洋航海用クルーザー', 'バランスが良く快適、のぼり性能が良い'],
|
|
137
|
+
['16.5 - 20', '標準的なマリーナ・クルーザー', 'そよ風で活発、扱いやすく多目的'],
|
|
138
|
+
['20 - 25', 'パフォーマンス・クルーザー', '速い、操船スキルを要する、軽風でエキサイティング'],
|
|
139
|
+
['25超', 'レーサー/エクストリーム', '非常に速いが過敏、熟練したクルーが必要'],
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'title',
|
|
144
|
+
text: '寸法のテクニカル用語集 (I, J, P, E)',
|
|
145
|
+
level: 3,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'glossary',
|
|
149
|
+
items: [
|
|
150
|
+
{
|
|
151
|
+
term: 'I (フォアトライアングル高)',
|
|
152
|
+
definition: 'デッキからマスト上のジブハリアードの取り付け位置までの垂直距離。前三角の高さ。',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
term: 'J (フォアトライアングル底辺)',
|
|
156
|
+
definition: 'マストからステム(船首)までの水平距離。前帆を取り付ける前三角の底辺。',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
term: 'P (マスト高)',
|
|
160
|
+
definition: 'デッキからマスト上部のメインハリアード・シーブまでの距離。メインセールの高さ。',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
term: 'E (ブーム長)',
|
|
164
|
+
definition: 'マストからブーム端のメインセール・クルまでの距離。メインセールの底辺。',
|
|
165
|
+
},
|
|
166
|
+
],
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'title',
|
|
170
|
+
text: '航海試験での計算 (ヨットマスター資格)',
|
|
171
|
+
level: 3,
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'paragraph',
|
|
175
|
+
html: 'セール面積の計算とSA/D比は、<strong>ヨットマスター</strong>や沿岸スキッパー資格の試験範囲に含まれています。リグの幾何学寸法と排水量の関係を理解することは、海の上での安全な判断(早めの縮帆、適切なジェノアの選択、突風前の船体挙動の予測など)を下すために不可欠です。',
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
type: 'tip',
|
|
179
|
+
title: '追い風用のセールと安全性',
|
|
180
|
+
html: '外洋航海や長距離航行の場合、SA/D比が16から18の間であることが、スピードと安全性の最良のバランスを提供します。比率が22を超える船は、風力4〜5(ビューフォート階級)程度の風でもリーフィング(縮帆)が必要になる場合があります。',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'title',
|
|
184
|
+
text: 'ジェノアのオーバーラップはパフォーマンスにどう影響しますか?',
|
|
185
|
+
level: 4,
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
type: 'paragraph',
|
|
189
|
+
html: '<strong>ジェノア</strong>は、クル(帆の角)がマストの後方に位置し、メインセールと「重なる(オーバーラップ)」ほど大きな前帆のことです。オーバーラップのパーセンテージは、ラフ(前縁)に対する垂線(LP)がJ寸法に対してどれだけ長いかを示します。150%ジェノアはJの150%に相当するLPを持ち、通常のジブよりもはるかに大きなセール面積を提供します。',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'comparative',
|
|
193
|
+
items: [
|
|
194
|
+
{
|
|
195
|
+
title: 'ダクロン (クルージング用)',
|
|
196
|
+
description: 'クルージング用セールの定番素材。頑丈でメンテナンスが容易。',
|
|
197
|
+
points: [
|
|
198
|
+
'耐久性と耐UV性能が高い',
|
|
199
|
+
'メンテナンスコストが低い',
|
|
200
|
+
'重量があり、荷重下で伸びやすい',
|
|
201
|
+
'沿岸および遠洋のクルージングに最適',
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
title: 'ラミネート (レース用)',
|
|
206
|
+
description: 'ケブラー、スペクトラ、ダイニーマなどのハイテク素材。',
|
|
207
|
+
highlight: true,
|
|
208
|
+
points: [
|
|
209
|
+
'伸びが最小限:空力効率を最大化',
|
|
210
|
+
'ダクロンより大幅に軽量',
|
|
211
|
+
'高コストで寿命が短い',
|
|
212
|
+
'SA/D比が22を超える船には不可欠',
|
|
213
|
+
],
|
|
214
|
+
},
|
|
215
|
+
],
|
|
216
|
+
columns: 2,
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
type: 'title',
|
|
220
|
+
text: '帆走の物理学と復原性',
|
|
221
|
+
level: 3,
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
type: 'paragraph',
|
|
225
|
+
html: 'セール面積は推進力を生み出しますが、同時に船を傾けようとする<strong>ヒールモーメント</strong>も発生させます。復原性は、船がこの傾く力に対抗できる「復原モーメント」によって測られます。バラストが少ない船で高いSA/D比を持つことは危険を伴う場合がありますが、深く重いキールを持つ船では同じ比率でも完璧に制御可能です。',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'paragraph',
|
|
229
|
+
html: '実際の利用可能なパワーを計算するために、造船技師はSA/D比に加えて<strong>排水量・長さ比(DLR)</strong>をよく使用します。これら2つの比率を組み合わせることで、その船が「海のタグボート」なのか「レーシング・プレーナー」なのかを正確に説明できます。',
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
type: 'tip',
|
|
233
|
+
title: '復原性と安全性',
|
|
234
|
+
html: 'SA/D比だけを孤立させて評価しないでください。比率22で復原角度90度の船は、比率18で復原角度60度の船よりもはるかに安全です。常に自船の復原力曲線を確認してください。',
|
|
235
|
+
},
|
|
236
|
+
];
|
|
237
|
+
|
|
238
|
+
const schemas: SailAreaLocaleContent['schemas'] = [
|
|
239
|
+
{
|
|
240
|
+
'@context': 'https://schema.org',
|
|
241
|
+
'@type': 'SoftwareApplication',
|
|
242
|
+
name: title,
|
|
243
|
+
description,
|
|
244
|
+
applicationCategory: 'UtilityApplication',
|
|
245
|
+
operatingSystem: 'Web',
|
|
246
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
247
|
+
} as WithContext<SoftwareApplication>,
|
|
248
|
+
{
|
|
249
|
+
'@context': 'https://schema.org',
|
|
250
|
+
'@type': 'FAQPage',
|
|
251
|
+
mainEntity: faq.map((item) => ({
|
|
252
|
+
'@type': 'Question',
|
|
253
|
+
name: item.question,
|
|
254
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
255
|
+
})),
|
|
256
|
+
} as WithContext<FAQPage>,
|
|
257
|
+
{
|
|
258
|
+
'@context': 'https://schema.org',
|
|
259
|
+
'@type': 'HowTo',
|
|
260
|
+
name: `使い方: ${title}`,
|
|
261
|
+
step: howTo.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
262
|
+
} as WithContext<HowTo>,
|
|
263
|
+
];
|
|
264
|
+
|
|
265
|
+
export const content: SailAreaLocaleContent = {
|
|
266
|
+
slug,
|
|
267
|
+
title,
|
|
268
|
+
description,
|
|
269
|
+
ui,
|
|
270
|
+
seo,
|
|
271
|
+
faq,
|
|
272
|
+
bibliography,
|
|
273
|
+
howTo,
|
|
274
|
+
schemas,
|
|
275
|
+
};
|