Update
This commit is contained in:
parent
889d36316f
commit
62431bc616
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
venv/
|
||||
*.mdb
|
||||
motores/PLACond/
|
40
fluxcontrol.py
Normal file
40
fluxcontrol.py
Normal file
@ -0,0 +1,40 @@
|
||||
import os
|
||||
import genCurvas as gc
|
||||
import motorcad as mc
|
||||
import extraerH
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
archivoEnsayos = "Ensayos.xlsx"
|
||||
archivoCurvas = "PLACond.mdb"
|
||||
material = "PLACond"
|
||||
|
||||
E_obj, I_obj, f_obj = gc.valores_objetivo(archivoEnsayos, material)
|
||||
|
||||
offset = 0
|
||||
|
||||
gc.generar_curva(offset, archivoCurvas)
|
||||
|
||||
B = 1e-2 # Esto no debería ser E????
|
||||
BObjetivo = 2e-2
|
||||
|
||||
errorObjetivo = 0.01
|
||||
|
||||
flag = False
|
||||
i = 0
|
||||
|
||||
while flag == False:
|
||||
os.system('cls')
|
||||
|
||||
mc.simularMCAD(material, i)
|
||||
|
||||
B = B + offset # Esto no debería ser E????
|
||||
|
||||
error = B/BObjetivo # Esto no debería ser E????
|
||||
|
||||
print(B)
|
||||
print(error)
|
||||
|
||||
flag, offset = gc.logica_offset(offset, error, errorObjetivo)
|
||||
i = i + 1
|
@ -105,6 +105,3 @@ if __name__ == '__main__':
|
||||
# print(error)
|
||||
|
||||
# flag, offset = logica_offset(offset, error, errorObjetivo)
|
||||
|
||||
|
||||
|
||||
|
13
motorcad.py
13
motorcad.py
@ -1,6 +1,6 @@
|
||||
import ansys.motorcad.core as MCAD
|
||||
import os
|
||||
def simularMCAD(mdbName, iteration)
|
||||
def simularMCAD(mdbName, iteration):
|
||||
working_folder = os.getcwd()
|
||||
|
||||
mcad = MCAD.MotorCAD()
|
||||
@ -31,16 +31,21 @@ def simularMCAD(mdbName, iteration)
|
||||
mcad.set_variable("PhaseAdvance", 0)
|
||||
|
||||
# Material
|
||||
mcad.import_solid_material("C:\\Users\\promerogomb\\Desktop\\fluxcontrol\PLACond.mdb", "PLACond")
|
||||
mcad.import_solid_material("C:\\Users\\promerogomb\\Desktop\\fluxcontrol\\PLACond.mdb", "PLACond")
|
||||
mcad.set_component_material("Rotor Lam (Back Iron)", "PLACond")
|
||||
|
||||
# Ejecución
|
||||
# Ejecución y resultados
|
||||
mcad.do_magnetic_calculation()
|
||||
|
||||
# Resultados
|
||||
E = mcad.get_variable("RMSBackEMFLine")
|
||||
I = mcad.get_variable("RMSPhaseCurrent")
|
||||
f = mcad.get_variable("FundamentalFrequency")
|
||||
|
||||
resultsPath = os.path.join(working_folder, "results", f"results_{iteration}.txt")
|
||||
try:
|
||||
mcad.export_results("EMagnetic", resultsPath)
|
||||
print("Results successfully exported.")
|
||||
except mcad.MotorCADError:
|
||||
print("Results failed to export.")
|
||||
|
||||
return E, I, f
|
@ -5,7 +5,7 @@ Program_Version=2024.1.3.1
|
||||
Licence_Name_Line1=1055@lic-server19.unav.es
|
||||
User=promerogomb
|
||||
Licence_System=Ansys
|
||||
File_Date=27/03/2025 13:46:56
|
||||
File_Date=28/03/2025 14:42:36
|
||||
Partial_file=False
|
||||
Main_Title=Default Motor
|
||||
Title=Default Motor
|
||||
@ -19,6 +19,7 @@ Previous_Version[4]=promerogomb 1055@lic-server19.unav.es 2023.1.2.1 15/09/2023
|
||||
Previous_Version[5]=promerogomb 1055@lic-server19.unav.es 2023.1.2.1 20/09/2023 19:20:07
|
||||
Previous_Version[6]=promerogomb 1055@lic-server19.unav.es 2023.1.2.1 08/11/2023 19:59:20
|
||||
Previous_Version[7]=promerogomb 1055@lic-server19.unav.es 2023.1.2.1 21/11/2023 15:51:09
|
||||
Previous_Version[8]=promerogomb 1055@lic-server19.unav.es 2024.1.3.1 27/03/2025 13:46:56
|
||||
|
||||
[File_Notes]
|
||||
DataFile_Notes=Input user notes to be stored in datafile here
|
||||
@ -129,7 +130,7 @@ FEShadingFunctionString_Thermal=All
|
||||
FEShadingRegion_Mechanical=0
|
||||
FEShadingRegionString_Mechanical=All
|
||||
FEShadingFunctionString_Mechanical=All
|
||||
FEShadingFunction_Magnetic=
|
||||
FEShadingFunction_Magnetic=B
|
||||
FEShadingFunction_Thermal=
|
||||
FEShadingFunction_Mechanical=
|
||||
EWdg_Overhang_Specification=0
|
||||
@ -1605,14 +1606,14 @@ PM_Losses_Vary_With_Temperature_and_Load=False
|
||||
Losses_Vary_With_Temperature_and_Load=False
|
||||
Iron_loss_Flux_To_Power_Ratio=0
|
||||
Iron_Loss_To_Power_Ratio=0
|
||||
Winding_Temperature_Load_Vary=106,755159371359
|
||||
Winding_Temperature_-_Tw(i/p)=106,755159371359
|
||||
Magnet_Temperature_Load_Vary=87,67881395449
|
||||
Magnet_Temperature_-_Tm(i/p)=87,67881395449
|
||||
Shaft_Torque_[1pu]=1,21387188184284
|
||||
Rph_at_Tw=6,52632421563798
|
||||
Rph_@Tw(i/p)=6,52632421563798
|
||||
Iph_[1pu]=0,687223392972767
|
||||
Winding_Temperature_Load_Vary=20
|
||||
Winding_Temperature_-_Tw(i/p)=20
|
||||
Magnet_Temperature_Load_Vary=20
|
||||
Magnet_Temperature_-_Tm(i/p)=20
|
||||
Shaft_Torque_[1pu]=1,88296376895041
|
||||
Rph_at_Tw=4,88845504853649
|
||||
Rph_@Tw(i/p)=4,88845504853649
|
||||
Iph_[1pu]=0,9
|
||||
Torque_Current_Multiplier=1
|
||||
|
||||
[h_Table_Params]
|
||||
@ -1651,26 +1652,26 @@ Calc/Input_h[fc]_Encoder_Case_-_Radial=Calc_h_conv
|
||||
Calc/Input_h[fc]_Encoder_Case_-_Axial=Calc_h_conv
|
||||
|
||||
[Calc_Data_Keys]
|
||||
[1]=5C5F53510B444053515C5D0A0D5B0C06140B111C190904004173011F05451901174E0F07555C401E5D581E4017154A57580B0B1A045A01434746595B4B5501454754575D4B020E525B425C59555C0C0F00065A065A42545E535056
|
||||
[2]=5C5F53510B444053515C5D0A0D5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185B414B55574401095A5D5257595F5C0D02070740065A4255465F53510A5C4C5056
|
||||
[3]=5C5F53510B444053515C5D0A0D5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185B414B55574401095A5D5257535F5A0D02050440065A4255465F53510A5C4C5056
|
||||
[4]=5C5F53510B444053515C5D0A0D5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185B404B55574401095A5D5257595F5A0B02050440065A4255465F53510A5C4C5056
|
||||
[5]=5C5F53510B444053515C5D0A0D5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A541858454B55574401095A5D5257535F5A0902040240065A4255465F53510A5C4C5056
|
||||
[6]=5C5F53510B444053515C5D0A0D5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185A4D4B545F4401095A5D5257535F5D0002060540065A4255465F53510A5C4C5056
|
||||
[7]=5C5F53510B444053515C5D0A0D5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A541858444B545F4401095A5D52575F5F5D0802040C40065A4255465F53510A5C4C5056
|
||||
[8]=5C5F53510B444053515C5D0A0D5B091A361F06235D72775440065A4255465F53510A5C4C5056
|
||||
[9]=5C5F53510B444053515C5D0A0D5B2710220B361A55627F7A3B5815391C3C3A131D7518223E34052C7B7A020414281F011A7040406D184724152A381D2F3D0C5F425056405E040D5A584B5259
|
||||
[10]=5C5F53510B444053515C5D0A0D5B02012220223B754E7E5838421E121620080E0D6F101714045A5E040D5B4047515E575E000C07
|
||||
[11]=5C5F53510B444053515C5D0A0D5B0926111E0601775959611D591A04323A1335085A251B2D1F3809517F3E2946535D515B170D03014605544255
|
||||
[12]=5C5F53510B444053515C5D0A0D5B36161333153B7E686D7B357F3A050A07383E22700C372004242E6678313907025E505F0D0B1A0043075F405F5C59
|
||||
[13]=5C5F53510B444053515C5D0A0D5B27362D24302E5F6D64450E7B013F002E0011510D5D41574B5B5C070B5E574655
|
||||
[14]=5C5F53510B444053515C5D0A0D5B1D17102C1C104B554642315217030C1E04122940070F0120192F637200062523132C07714E636C1D075841525B4451520C58435D515D
|
||||
[15]=5C5F53510B444053515C5D0A0D5B26243E051D2A7B515C65155708380B3A3E1D09722331123F363E7F7F2316022E3B36047073000043075E58535F5E5653015E46
|
||||
[16]=5C5F53510B444053515C5D0A0D5B0F390C30090F5E537A7B335C24370A0F1B10015721205050595F00175D5946545C5C5C0A
|
||||
[17]=5C5F53510B444053515C5D0A0D5B1A3E31022F306B765940165A272029191B27245222270204393E6A7C233E38525F525C0A16010240015B4F525B
|
||||
[18]=5C5F53510B444053515C5D0A0D5B193A352110005B6F64671F5B171D072B0800356F2103003D3D1B697A212A160B1A0A0B0D0D0301471D5841525A5C5D510B
|
||||
[19]=5C5F53510B444053515C5D0A0D5B3F342A001D0B5E7F47760E6400242C021E350D7E0405271234397E72203431305E505F0D0B1A0043075F405F5C59
|
||||
[20]=5C5F53510B444053515C5D0A0D5B36050B0D14207A4F78743B6B173F0C1B1F0F155B013E0E515B5C070A465B45525853510D0B
|
||||
[1]=5C5F53510C4443555757590B0B5B0C06140B111C190904004173011F05451901174E0F07555C401E5D581E4017154A57580B0B1A045A01434746595B4B5501454754575D4B020E525B425C59555C0C0F00015A055C445F5A525656
|
||||
[2]=5C5F53510C4443555757590B0B5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185B414B55574401095A5D5257595F5C0D02070740065A4252465C555701584D5656
|
||||
[3]=5C5F53510C4443555757590B0B5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185B414B55574401095A5D5257535F5A0D02050440065A4252465C555701584D5656
|
||||
[4]=5C5F53510C4443555757590B0B5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185B404B55574401095A5D5257595F5A0B02050440065A4252465C555701584D5656
|
||||
[5]=5C5F53510C4443555757590B0B5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A541858454B55574401095A5D5257535F5A0902040240065A4252465C555701584D5656
|
||||
[6]=5C5F53510C4443555757590B0B5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A54185A4D4B545F4401095A5D5257535F5D0002060540065A4252465C555701584D5656
|
||||
[7]=5C5F53510C4443555757590B0B5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B140744015E585746584A541858444B545F4401095A5D52575F5F5D0802040C40065A4252465C555701584D5656
|
||||
[8]=5C5F53510C4443555757590B0B5B1E000907001A565F5B5816135C46535D2A080C5B47060117180E4108514007080B13465C4B1407440159585746594A541858424B555D4401095A5B5257595F5C0F02010340065A4252465C555701584D5656
|
||||
[9]=5C5F53510C4443555757590B0B5B001B0832213C780C010240074340575A53565D0A59
|
||||
[10]=5C5F53510C4443555757590B0B5B0701322E171B5271796F254924220A1E302F00795E4053515A4505085A57405E5856
|
||||
[11]=5C5F53510C4443555757590B0B5B3A392B18291B706B4E501B443C261F2C212A274D0E2F2F2B013A4B6F1136002A1328180D0D0301401D5B475451585C570B
|
||||
[12]=5C5F53510C4443555757590B0B5B1B1E332D2F1D6D607960157A203B05070B3211700014202406056952035A47515E51460F09060C460B5F45
|
||||
[13]=5C5F53510C4443555757590B0B5B021B0A042929785B447427690A3B332D1E252071213A2A3D1D0766525C5B45525E4B5E080A0D074C015E
|
||||
[14]=5C5F53510C4443555757590B0B5B3F00343C290F72624479185920060E0E5E51520C5E5B52545C5201015A5D
|
||||
[15]=5C5F53510C4443555757590B0B5C213D2B211C0C7774604416461C1A273D181632570E0F1C30212D070C5F5A46485C545A000A0C0740
|
||||
[16]=5C5F53510C4443555757590B0B5C05352B29130469417A443F460313091B051E065D1F202B31033F477F1B3D003718331B4C40590141045942485E5B565C0A524750
|
||||
[17]=5C5F53510C4443555757590B0B5C39172A331405717A0000430759585059585D57005841
|
||||
[18]=5C5F53510C4443555757590B0B5C0F252D3F333B614E4043266138260F381D2E316C0510172D1D07695D232C1C3E2F221E0D0D0301401D5B475451585C570C
|
||||
[19]=5C5F53510C4443555757590B0B5C2403201B311F0D0D0301401D5B475451585C570C
|
||||
[20]=5C5F53510C4443555757590B0B5C1F200C1A22266B400000430759585059585D57005841
|
||||
|
||||
[External_Components]
|
||||
Number_of_External_Circuit_Comps=0
|
||||
@ -5075,8 +5076,8 @@ Flow_Rate_Points=0
|
||||
HousingWJ_Flow_Rate_Points=0
|
||||
|
||||
[Material_Properties]
|
||||
Fluid_Database=c:\ANSYS_Motor-CAD\2024_1_3\Motor-CAD Data\materials\fluids.mdb
|
||||
Solid_Database=c:\ANSYS_Motor-CAD\2024_1_3\Motor-CAD Data\materials\solids.mdb
|
||||
Fluid_Database=c:\Ansys_Motor-CAD\2024_1_3\Motor-CAD Data\materials\fluids.mdb
|
||||
Solid_Database=C:\Ansys_Motor-CAD\2024_1_3\materials\Base_datos_Ceit.mdb
|
||||
|
||||
[Single_Phase]
|
||||
Stator_Slot_To_Use_For_Calculation=1
|
||||
@ -6556,8 +6557,8 @@ EncGapConductivityMultiplier=1
|
||||
ENCODER_-_ENCCASE_CONDUCTIVITY_MULTIPLIER=1
|
||||
FinSideBaseNatConvWeighting=1
|
||||
AXIAL_FIN_HORIZ_MOUNT_SIDE/BASE_WEIGHTING=1
|
||||
ShaftSpeed=1000
|
||||
Shaft_Speed=1000
|
||||
ShaftSpeed=1498
|
||||
Shaft_Speed=1498
|
||||
Shaft_Speed_Ref=1000
|
||||
Reference_shaft_speed=1000
|
||||
T_Ambient=40
|
||||
@ -6976,13 +6977,13 @@ ArmatureEWdgInductance_Aux_Multiplier=1
|
||||
IM1PHEquivalentCircuitSolverMethod=1
|
||||
IMEquivalentCircuitHarmonicOrders=3
|
||||
IM1PH_NumHarmonicOrders=1
|
||||
PeakCurrent=4,24264068711929
|
||||
PeakCurrent=0
|
||||
DCCurrent=5
|
||||
RMSCurrent=3
|
||||
RMSCurrent=0
|
||||
ConverterLosses=0
|
||||
DCFieldCurrent=10
|
||||
DCRotorCurrent=10
|
||||
RMSCurrentDensity=15,278874536822
|
||||
RMSCurrentDensity=0
|
||||
DCCurrentDensity=0
|
||||
FieldCurrentDensity=0
|
||||
RotorCurrentDensity=0
|
||||
@ -6992,7 +6993,7 @@ DCCurrentDefinition=0
|
||||
FieldCurrentDefinition=0
|
||||
RotorCurrentDefinition=0
|
||||
PhaseAdvance=0
|
||||
DCBusVoltage=400
|
||||
DCBusVoltage=230
|
||||
DriveModulation=0
|
||||
DriveSwitchResistance=0
|
||||
CalculatedCurrentsDriveCircuit=1
|
||||
@ -7002,20 +7003,20 @@ SupplyFilterCapacitance=0
|
||||
DriveSwitchVoltage=0,8
|
||||
DriveSwitchingAngle=120
|
||||
DriveDiodeVoltage=0,6
|
||||
DriveEffectiveSwitchingFrequency=100000
|
||||
DriveEffectiveSwitchingFrequency=628318,530717959
|
||||
DriveDutyCycle=1
|
||||
DriveChoppingMode=0
|
||||
SpaceVectorDriveGainFactorG2=0,1
|
||||
DriveSwitchingFrequencyDefinition=0
|
||||
PassiveGeneratorLoadType=0
|
||||
DCLoadType=0
|
||||
PassiveGeneratorLoadType=1
|
||||
DCLoadType=1
|
||||
DCLoadResistance=100
|
||||
DCLoadVoltage=100
|
||||
DCFilterInductance=0,001
|
||||
DCFilterCapacitance=1E-6
|
||||
RectifierOutputResistance=1
|
||||
ACLoadWindingConnection=0
|
||||
ACLoadResistance=100
|
||||
ACLoadResistance=120
|
||||
ACLoadInductance=0,001
|
||||
ACLoadAdjustmentPhase2=1
|
||||
ACLoadAdjustmentPhase3=1
|
||||
@ -7041,8 +7042,8 @@ MagneticContextVisible=True
|
||||
PhysicalModelType=1
|
||||
DisplayCoggingTorqueCE=False
|
||||
ShaftHole_Inertia_Calc=1
|
||||
BPMDriveMode=0
|
||||
DriveType_BPM=0
|
||||
BPMDriveMode=3
|
||||
DriveType_BPM=1
|
||||
ContinuousSkewMethod=1
|
||||
FluxSkewFactor=1
|
||||
SkewAngle_FluxSkewFactor=0
|
||||
@ -7158,8 +7159,8 @@ GeometryMeshEnabled=True
|
||||
OpenCircuitCalculation=False
|
||||
OnLoadCalculation=True
|
||||
QAxisCurrentCalculation=True
|
||||
TorqueCalculation=True
|
||||
BackEMFCalculation=False
|
||||
TorqueCalculation=False
|
||||
BackEMFCalculation=True
|
||||
CoggingTorqueCalculation=False
|
||||
TorqueSpeedCalculation=False
|
||||
DemagnetizationCalc=False
|
||||
@ -7206,8 +7207,8 @@ StatorSaturationMultiplier=1
|
||||
RotorSaturationMultiplier=1
|
||||
MagneticAxialLengthMultiplier=1
|
||||
SleeveAxialLengthMultiplier=1
|
||||
ArmatureConductor_Temperature=106,7
|
||||
StatorConductor_Temperature=106,7
|
||||
ArmatureConductor_Temperature=20
|
||||
StatorConductor_Temperature=20
|
||||
ArmatureConductor_ResistivityAt20C=1,724E-8
|
||||
StatorConductor_ResistivityAt20C=1,724E-8
|
||||
ArmatureConductor_ResistivityAt20C_Aux=1,724E-8
|
||||
@ -7226,13 +7227,13 @@ DamperEnd_ResistivityAt20=1,724E-8
|
||||
DamperEnd_F_ResistivityAt20=1,724E-8
|
||||
DamperEnd_R_ResistivityAt20=1,724E-8
|
||||
DamperOpening_ResistivityAt20=1,724E-8
|
||||
Magnet_Temperature=87,67
|
||||
Magnet_Temperature=20
|
||||
Magnet_ResistivityAt20C=1,8E-6
|
||||
StatorLam_Temperature=106,8
|
||||
StatorLam_ResistivityAt20C=2,3E-7
|
||||
RotorLam_Temperature=87,2
|
||||
RotorLam_Temperature=20
|
||||
RotorLam_ResistivityAt20C=1,43E-7
|
||||
Shaft_Temperature=85,57
|
||||
Shaft_Temperature=20
|
||||
Shaft_ResistivityAt20C=0
|
||||
Brush_Temperature=20
|
||||
Brush_ResistivityAt20C=0,0025
|
||||
@ -7249,7 +7250,7 @@ Bearing_Temperature_R=81
|
||||
Airgap_Temperature=97,33
|
||||
MagneticThermalMaxIterations=5
|
||||
MagneticThermalMaxError=1
|
||||
MagneticThermalCoupling=3
|
||||
MagneticThermalCoupling=0
|
||||
TemperaturesInEmagThermCoupling=1
|
||||
MagnetTempLinkMethod=1
|
||||
MagneticSymmetry=0
|
||||
@ -9565,26 +9566,26 @@ HybridModel_FEAFluxLinePoints=10
|
||||
HybridAdjustmentFactor_ACLosses=1
|
||||
|
||||
[Losses_At_RPM_Ref]
|
||||
Armature_Copper_Loss_@Ref_Speed=9,24667872620577
|
||||
Stator_Copper_Loss_@Ref_Speed=9,24667872620577
|
||||
Armature_Copper_Loss_@Ref_Speed=11,8789457679437
|
||||
Stator_Copper_Loss_@Ref_Speed=11,8789457679437
|
||||
Armature_Copper_Freq_Component_Loss_@Ref_Speed=0
|
||||
Stator_Copper_Freq_Component_Loss_@Ref_Speed=0
|
||||
Main_Winding_Copper_Loss_@Ref_Speed=60
|
||||
Aux_Winding_Copper_Loss_@Ref_Speed=60
|
||||
Stator_Iron_Loss_@Ref_Speed_[Back_Iron]=4,04843253760101
|
||||
Stator_Iron_Loss_@Ref_Speed=4,04843253760101
|
||||
Stator_Iron_Loss_@Ref_Speed_[Tooth]=6,43017984747492
|
||||
Stator_Iron_Loss_@Ref_Speed_[Back_Iron]=5,70222709201041
|
||||
Stator_Iron_Loss_@Ref_Speed=5,70222709201041
|
||||
Stator_Iron_Loss_@Ref_Speed_[Tooth]=9,48195235165995
|
||||
Stator_Iron_Loss_@Ref_Speed_[Tooth_Tip]=0
|
||||
Windage_Loss_@Ref_Speed=0
|
||||
Windage_Loss_(Ext_Fan)_@Ref_Speed=0
|
||||
Friction_Loss_[F]_@Ref_Speed=0
|
||||
Friction_Loss_[R]_@Ref_Speed=0
|
||||
Magnet_Iron_Loss_@Ref_Speed=0,0260238915220077
|
||||
Magnet_Iron_Loss_@Ref_Speed=0
|
||||
Magnet_Banding_Loss_@Ref_Speed=0
|
||||
Stator_Bore_Sleeve_Loss_@Ref_Speed=0
|
||||
Rotor_Iron_Loss_@Ref_Speed_[Embedded_Magnet_Pole]=0
|
||||
Encoder_Loss_@Ref_Speed=1
|
||||
Rotor_Iron_Loss_@Ref_Speed_[Back_Iron]=3,08640562195384
|
||||
Rotor_Iron_Loss_@Ref_Speed_[Back_Iron]=0
|
||||
Rotor_Iron_Loss_@Ref_Speed_[Tooth]=0
|
||||
Rotor_Copper_Loss_@Ref_Speed=0
|
||||
Stator_Iron_Stray_Load_Loss_@Ref_Speed=0
|
||||
@ -10610,7 +10611,7 @@ PhasorTextDisplay=0
|
||||
PhasorLabelSelection=0
|
||||
|
||||
[EquivalentCircuit_Diagram]
|
||||
IMEquivalentTextDisplay=4
|
||||
IMEquivalentTextDisplay=2
|
||||
IMEquivalentCircuitView=0
|
||||
|
||||
[Geometry_Export]
|
||||
@ -10895,8 +10896,8 @@ Duty_Cycle_Sleeve_Loss[1]=0
|
||||
Duty_Cycle_Sleeve_Loss[2]=0
|
||||
Duty_Cycle_Sleeve_Loss[3]=0
|
||||
Duty_Cycle_Sleeve_Loss[4]=0
|
||||
Reference_Shaft_Torque=1,21387188184284
|
||||
Reference_Line_Current_RMS=0,687223392972767
|
||||
Reference_Shaft_Torque=1,88296376895041
|
||||
Reference_Line_Current_RMS=0,9
|
||||
dT_Ambient_To_Time_End=0
|
||||
dTambient_Over_Transient_Time_Period=0
|
||||
Fault_Phases=3
|
||||
@ -11624,7 +11625,7 @@ Num_ModalOverride=0
|
||||
|
||||
[Copper_Loss_Vary]
|
||||
Copper_Losses_Vary_With_Temperature=False
|
||||
Winding_Temperature_at_which_Pcu_Input=106,755159371359
|
||||
Winding_Temperature_at_which_Pcu_Input=20
|
||||
|
||||
[h_Nat_Con_Model]
|
||||
Calc_Input_h_Nat_Conv_Housing_Active_No_Fins=0
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
6092
solids.mdb
6092
solids.mdb
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user