com.powsybl.cgmes.shorcircuit.PerUnit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powsybl-cgmes-shortcircuit Show documentation
Show all versions of powsybl-cgmes-shortcircuit Show documentation
CGMES importer for shortcircuit extensions
/**
* Copyright (c) 2021, RTE (http://www.rte-france.com)
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* SPDX-License-Identifier: MPL-2.0
*/
package com.powsybl.cgmes.shorcircuit;
/**
* Generic parameters for short-circuit computations.
* May contain extensions for implementation-specific parameters.
*
* @author Luma Zamarreño {@literal }
* @author José Antonio Marqués {@literal }
*/
public final class PerUnit {
public static final double SB = 100d;
private PerUnit() {
}
}