Skip to content
Snippets Groups Projects
Commit 30f99c5a authored by mathias.chouet's avatar mathias.chouet
Browse files

Add new module: Blocks Concentration

parent 81e59d12
No related branches found
No related tags found
No related merge requests found
[
{
"id": "fs_params",
"type": "fieldset",
"fields": [
"C",
"N",
"L",
"D"
]
},
{
"type": "options",
"idCal": "C",
"help": "macrorugo/macrorugo.html"
}
]
\ No newline at end of file
{
"fs_params": "Pass parameters",
"C": "Concentration",
"N": "Number of blocks",
"L": "Pass width",
"D": "Diameter of a block",
"ax": "Pattern width",
"R": "Residual width",
"NB": "Number of blocks, downwards harmonization",
"NH": "Number of blocks, upwards harmonization",
"AXB": "Pattern width, downwards harmonization",
"AXH": "Pattern width, upwards harmonization",
"CB": "Concentration, downwards harmonization",
"CH": "Concentration, upwards harmonization",
"UNIT_AX": "m",
"UNIT_R": "m",
"UNIT_AXB": "m",
"UNIT_AXH": "m"
}
{
"fs_params": "Paramètres de la passe",
"C": "Concentration",
"N": "Nombre de blocs",
"L": "Largeur de la passe",
"D": "Diamètre d'un bloc",
"ax": "Largeur d'un motif",
"R": "Largeur résiduelle",
"NB": "Nombre de blocs, harmonisation vers le bas",
"NH": "Nombre de blocs, harmonisation vers le haut",
"AXB": "Largeur d'un motif, harmonisation vers le bas",
"AXH": "Largeur d'un motif, harmonisation vers le haut",
"CB": "Concentration, harmonisation vers le bas",
"CH": "Concentration, harmonisation vers le haut",
"UNIT_AX": "m",
"UNIT_R": "m",
"UNIT_AXB": "m",
"UNIT_AXH": "m"
}
......@@ -23,7 +23,7 @@
"path": "passe-naturelle.jpg",
"credits": "S. Richard / AFB"
},
"calculators": [ 11, 17 ]
"calculators": [ 11, 17, 27 ]
},
{
"name": "DEVALAISON",
......
......@@ -92,6 +92,7 @@ export class FormulaireService extends Observable {
this.calculatorPaths[CalculatorType.YAXB] = "yaxb";
this.calculatorPaths[CalculatorType.Trigo] = "trigo";
this.calculatorPaths[CalculatorType.SPP] = "spp";
this.calculatorPaths[CalculatorType.ConcentrationBlocs] = "concentration-blocs";
}
private get _intlService(): I18nService {
......
......@@ -81,6 +81,8 @@
"INFO_CLOSE_DIALOGUE_DEPENDING_MODULES": "The following modules depend on the one you are closing:",
"INFO_CLOSE_DIALOGUE_TEXT": "Warning ! Parameters and results of this module will be lost.",
"INFO_CLOSE_DIALOGUE_TITRE": "Closing calculation module",
"INFO_CONCENTRATIONBLOCS_TITRE": "Blocks concentration",
"INFO_CONCENTRATIONBLOCS_TITRE_COURT": "Blocks conc.",
"INFO_CONDUITEDISTRIBUTRICE_TITRE_COURT": "Distrib.",
"INFO_CONDUITEDISTRIBUTRICE_TITRE": "Distributor pipe",
"INFO_COURBEREMOUS_TITRE_COURT": "Backwater",
......
......@@ -81,6 +81,8 @@
"INFO_CLOSE_DIALOGUE_DEPENDING_MODULES": "Les modules suivants dépendent de celui que vous êtes en train de fermer :",
"INFO_CLOSE_DIALOGUE_TEXT": "Attention ! Les paramètres et résultats du module de calcul seront perdus.",
"INFO_CLOSE_DIALOGUE_TITRE": "Fermeture du module de calcul",
"INFO_CONCENTRATIONBLOCS_TITRE": "Concentration de blocs",
"INFO_CONCENTRATIONBLOCS_TITRE_COURT": "Conc. blocs",
"INFO_CONDUITEDISTRIBUTRICE_TITRE_COURT": "Conduite distri.",
"INFO_CONDUITEDISTRIBUTRICE_TITRE": "Conduite distributrice",
"INFO_COURBEREMOUS_TITRE_COURT": "Remous",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment