• Home
  • User Guide
  • Automation
  • API
  • Calculation
  • Validation
  • Contact Us
Search Results for

    Show / Hide Table of Contents
    • SolarFarmerApi.Client
      • AnnualEnergyYieldResults
      • DcoElectricalData
      • DcoGeneralData
      • DcoInputSpecification
      • DcoMechanicalData
      • DcoOutputSpecification
      • DiffuseModel
      • EnergyCalculationInputs
      • EnergyCalculationOptions
      • EnergyYieldResults
      • EnergyYieldResultsForMonth
      • EnumTechnology
      • IAMModelType
      • IAMModelTypeForOverride
      • IAMParameters
      • IndexedObject3D
      • Inverter
      • InverterEfficiencyModelType
      • InverterEfficiencyPoints
      • InverterInput
      • InverterSpecification
      • Layout
      • LayoutHintsForUI
      • Location
      • LossTreeEffects
      • LossTreeEntry
      • LossTreeResultForMonth
      • MeteorologicalCondition
      • MeteorologicalConditionsDataset
      • MiniSimpleTerrainDto
      • MissingMetDataMethod
      • ModelChainAsyncQueryResponse
      • ModelChainResponse
      • ModuleGeometry
      • ModuleIndexRange
      • ModuleSpecification
      • ModuleString
      • MountingTypeSpecification
      • MpptLimits
      • PanFileSupplements
      • PointInLossChain
      • PowerOptimizer
      • PowerOptimizerOperationType
      • ProblemDetails
      • PVPlant
      • PVsystDiodeModelParameters
      • QuadDouble
      • Rack
      • Response
      • Response2
      • Response3
      • RuntimeStatus
      • SimpleTerrainDto
      • SolarPositionDto
      • SolarPositionRequest
      • SolarPositions
      • SystemAttributes
      • TerrainRowDto
      • TerrainRowStartEndColumnsDto
      • ThreeEfficiencyCurves
      • Tracker
      • TrackerSystem
      • Transformer
      • TransformerLossModelTypes
      • TransformerSpecification
      • Vector3Double

    Class TransformerSpecification

    The data that describes a transformer loss model.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class TransformerSpecification

    Properties

    FullLoadOhmicLoss

    The full-load ohmic loss, also refereed to as "copper loss", in W
    The is the part of the losses that is dependent on input power, so specified here for the full power case.
    Note: The total loss under full load is FullLoadOhmicLoss + NoLoadLoss, so if a data sheet specifies a global loss under
    full load, then the no load losses need to be subtracted to derive the FullLoadOhmicLoss.
    Required if ModelType is NoLoadAndOhmic

    Declaration
    public double? FullLoadOhmicLoss { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    LossFactor

    The transformer loss as a simple factor or 1
    A value of 0.01 would represent a loss of 1%
    Required if ModelType is SimpleLossFactor

    Declaration
    public double? LossFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    ModelType

    The loss model type, "SimpleLossFactor" or "NoLoadAndOhmic"

    Declaration
    public TransformerLossModelTypes ModelType { get; set; }
    Property Value
    Type Description
    TransformerLossModelTypes

    NoLoadLoss

    The no-load losses, also referred to as the "iron loss" or "core loss", in W
    This is the loss exhibited when the transformer is connected to the grid voltage, but there is input power.
    It is mainly caused by hysteresis and eddy currents in the core.
    Required if ModelType is NoLoadAndOhmic

    Declaration
    public double? NoLoadLoss { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    RatedPower

    The rated power, in W
    Required if ModelType is NoLoadAndOhmic

    Declaration
    public double? RatedPower { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    In This Article
    Back to top DNV SolarFarmer Home