Skip to content
Snippets Groups Projects
Commit 4ae5fecc authored by David Dorchies's avatar David Dorchies
Browse files

Debuggage jalhyd#105

parent a7c98a72
No related branches found
No related tags found
1 merge request!49Resolve "Ajout du module de calcul d'une passe à bassins"
......@@ -35,7 +35,6 @@ import { FieldsetContainer } from "../..//formulaire/fieldset-container";
import { ApplicationSetupService } from "../app-setup/app-setup.service";
import { NotificationsService } from "../notifications/notifications.service";
import { FormulairePab } from "../../formulaire/definition/concrete/form-pab";
import { CloisonAval } from "jalhyd";
@Injectable()
export class FormulaireService extends Observable {
......@@ -372,7 +371,7 @@ export class FormulaireService extends Observable {
// 2. downwall
const newDownWall = Session.getInstance().createNub(
new Props({
calcType: CalculatorType.ParallelStructure
calcType: CalculatorType.CloisonAval
})
) as CloisonAval;
// add new default device for new downwall
......
{
"ERROR_CLOISON_AVAL_UN_OUVRAGE_REGULE": "Only one regulated device is allowed on the downstream wall",
"ERROR_DICHO_CONVERGE": "Dichotomy could not converge",
"ERROR_DICHO_FUNCTION_VARIATION": "unable to determinate function direction of variation",
"ERROR_DICHO_INIT_DOMAIN": "Dichotomy: target %targetSymbol%=%targetValue% does not exist for variable %variableSymbol% valued in interval %variableInterval%",
......@@ -141,6 +142,8 @@
"INFO_LIB_J": "Head loss",
"INFO_LIB_L": "Weir width",
"INFO_LIB_LB": "Pool length",
"INFO_LIB_MINZDV": "Minimal crest elevation",
"INFO_LIB_MAXZDV": "Maximal crest elevation",
"INFO_LIB_OUVRAGE_Q_ENUM_STRUCTUREFLOWMODE": "Mode",
"INFO_LIB_OUVRAGE_Q_ENUM_STRUCTUREFLOWREGIME": "Regime",
"INFO_LIB_OUVRAGE_Q": "Discharge",
......@@ -203,8 +206,10 @@
"INFO_LOIDEBIT_Cunge80": "Cunge 80",
"INFO_LOIDEBIT_RectangularOrificeFree": "Free flow gate",
"INFO_LOIDEBIT_RectangularOrificeSubmerged": "Submerged gate",
"INFO_LOIDEBIT_VanLevLarinier": "Regulated submerged slot (Larinier 1992)",
"INFO_LOIDEBIT_VanLevVillemonte": "Regulated notch (Villemonte 1957)",
"INFO_LOIDEBIT_WeirFree": "Free flow weir",
"INFO_LOIDEBIT_WeirVillemonte": "Villemonte 1957",
"INFO_LOIDEBIT_WeirVillemonte": "Notch (Villemonte 1957)",
"INFO_MACRORUGO_TITRE_COURT": "Rock-ramp",
"INFO_MACRORUGO_TITRE": "Rock-ramp fishpasses",
"INFO_MENU_EMPTY_SESSION_TITLE": "New session",
......
{
"ERROR_CLOISON_AVAL_UN_OUVRAGE_REGULE": "Un seul ouvrage régulé est autorisé sur la cloison aval",
"ERROR_DICHO_CONVERGE": "La dichotomie n'a pas pu converger",
"ERROR_DICHO_FUNCTION_VARIATION": "Dichotomie : impossible de determiner le sens de variation de la fonction",
"ERROR_DICHO_INIT_DOMAIN": "Dichotomie : la valeur cible %targetSymbol%=%targetValue% n'existe pas pour la variable %variableSymbol% prise dans l'intervalle %variableInterval%",
......@@ -141,6 +142,8 @@
"INFO_LIB_J": "Perte de charge",
"INFO_LIB_L": "Largeur du déversoir",
"INFO_LIB_LB": "Longueur du bassin",
"INFO_LIB_MINZDV": "Cote minimale de la crête",
"INFO_LIB_MAXZDV": "Cote maximale de la crête",
"INFO_LIB_OUVRAGE_Q_ENUM_STRUCTUREFLOWMODE": "Type d'écoulement",
"INFO_LIB_OUVRAGE_Q_ENUM_STRUCTUREFLOWREGIME": "Régime",
"INFO_LIB_OUVRAGE_Q": "Débit",
......@@ -203,8 +206,10 @@
"INFO_LOIDEBIT_Cunge80": "Cunge 80",
"INFO_LOIDEBIT_RectangularOrificeFree": "Vanne dénoyé",
"INFO_LOIDEBIT_RectangularOrificeSubmerged": "Vanne noyé",
"INFO_LOIDEBIT_VanLevLarinier": "Fente noyée régulée (Larinier 1992)",
"INFO_LOIDEBIT_VanLevVillemonte": "Échancrure régulée (Villemonte 1957)",
"INFO_LOIDEBIT_WeirFree": "Seuil dénoyé",
"INFO_LOIDEBIT_WeirVillemonte": "Villemonte 1957",
"INFO_LOIDEBIT_WeirVillemonte": "Échancrure (Villemonte 1957)",
"INFO_MACRORUGO_TITRE_COURT": "Macro-rugo.",
"INFO_MACRORUGO_TITRE": "Passe à macro-rugosités",
"INFO_MENU_EMPTY_SESSION_TITLE": "Nouvelle session",
......
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