Material importing
This commit is contained in:
parent
69b5ef80ce
commit
62cf1655d1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
venv/
|
venv/
|
||||||
curva.csv
|
*.mdb
|
72
curva.mdb
72
curva.mdb
@ -1,72 +0,0 @@
|
|||||||
[PLACOND]
|
|
||||||
Type=Fixed_Solid
|
|
||||||
Solid Type=Steel
|
|
||||||
Thermal Conductivity=28
|
|
||||||
Specific Heat=460
|
|
||||||
Density=7800
|
|
||||||
Notes=
|
|
||||||
ElectricalResistivity=5.2E-7
|
|
||||||
TempCoefElectricalResistivity=0
|
|
||||||
PoissonsRatio=0
|
|
||||||
YoungsCoefficient=0
|
|
||||||
YieldStress=0
|
|
||||||
BValue[0]=1.0
|
|
||||||
HValue[0]=0
|
|
||||||
BValue[1]=1.001256637061436
|
|
||||||
HValue[1]=1000
|
|
||||||
BValue[2]=1.002513274122872
|
|
||||||
HValue[2]=2000
|
|
||||||
BValue[3]=1.0037699111843077
|
|
||||||
HValue[3]=3000
|
|
||||||
BValue[4]=1.0050265482457437
|
|
||||||
HValue[4]=4000
|
|
||||||
BValue[5]=1.0062831853071796
|
|
||||||
HValue[5]=5000
|
|
||||||
BValue[6]=1.0075398223686156
|
|
||||||
HValue[6]=6000
|
|
||||||
BValue[7]=1.0087964594300514
|
|
||||||
HValue[7]=7000
|
|
||||||
BValue[8]=1.0100530964914873
|
|
||||||
HValue[8]=8000
|
|
||||||
BValue[9]=1.0113097335529233
|
|
||||||
HValue[9]=9000
|
|
||||||
BValue[10]=1.0125663706143593
|
|
||||||
HValue[10]=10000
|
|
||||||
BValue[11]=1.013823007675795
|
|
||||||
HValue[11]=11000
|
|
||||||
BValue[12]=1.015079644737231
|
|
||||||
HValue[12]=12000
|
|
||||||
BValue[13]=1.016336281798667
|
|
||||||
HValue[13]=13000
|
|
||||||
BValue[14]=1.017592918860103
|
|
||||||
HValue[14]=14000
|
|
||||||
BValue[15]=1.0188495559215387
|
|
||||||
HValue[15]=15000
|
|
||||||
BValue[16]=1.0201061929829747
|
|
||||||
HValue[16]=16000
|
|
||||||
BValue[17]=1.0213628300444106
|
|
||||||
HValue[17]=17000
|
|
||||||
BValue[18]=1.0226194671058466
|
|
||||||
HValue[18]=18000
|
|
||||||
BValue[19]=1.0238761041672824
|
|
||||||
HValue[19]=19000
|
|
||||||
BValue[20]=1.0251327412287183
|
|
||||||
HValue[20]=20000
|
|
||||||
BValue[21]=1.0263893782901543
|
|
||||||
HValue[21]=21000
|
|
||||||
BValue[22]=1.0276460153515903
|
|
||||||
HValue[22]=22000
|
|
||||||
BValue[23]=1.028902652413026
|
|
||||||
HValue[23]=23000
|
|
||||||
BValue[24]=1.030159289474462
|
|
||||||
HValue[24]=24000
|
|
||||||
BValue[25]=1.031415926535898
|
|
||||||
HValue[25]=25000
|
|
||||||
BValue[26]=1.032672563597334
|
|
||||||
HValue[26]=26000
|
|
||||||
BValue[27]=1.0339292006587697
|
|
||||||
HValue[27]=27000
|
|
||||||
BValue[28]=1.0351858377202057
|
|
||||||
HValue[28]=28000
|
|
||||||
BValue[29]=1.0364424747816416
|
|
||||||
HValue[29]=29000
|
|
@ -76,7 +76,7 @@ if __name__ == '__main__':
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
directorio = ''
|
directorio = ''
|
||||||
nombre = "curva.mdb"
|
nombre = "PLACond.mdb"
|
||||||
|
|
||||||
ruta = f'{directorio}{nombre}'
|
ruta = f'{directorio}{nombre}'
|
||||||
|
|
||||||
|
64
motorcad.py
64
motorcad.py
@ -1,36 +1,46 @@
|
|||||||
import ansys.motorcad.core as MCAD
|
import ansys.motorcad.core as MCAD
|
||||||
import os
|
import os
|
||||||
|
def simularMCAD(mdbName, iteration)
|
||||||
|
working_folder = os.getcwd()
|
||||||
|
|
||||||
mcad = MCAD.MotorCAD()
|
mcad = MCAD.MotorCAD()
|
||||||
|
|
||||||
if not mcad.is_alive():
|
motPath = os.path.join(working_folder, "motores", f"{mdbName}.mot")
|
||||||
mcad.start()
|
mcad.set_variable("MessageDisplayState", 2)
|
||||||
|
mcad.set_visible(True)
|
||||||
|
mcad.load_from_file(motPath)
|
||||||
|
print("Motor file loaded:", motPath)
|
||||||
|
|
||||||
# --- 1. IMPORTAR MATERIAL PERSONALIZADO DESDE UNA CURVA ---
|
# Simulation config
|
||||||
|
mcad.set_variable("MagneticThermalCoupling", 0)
|
||||||
|
mcad.set_variable("CurrentDefinition", 1)
|
||||||
|
mcad.set_variable("BackEMFCalculation", False)
|
||||||
|
mcad.set_variable("CoggingTorqueCalculation", False)
|
||||||
|
mcad.set_variable("ElectromagneticForcesCalc_OC", False)
|
||||||
|
mcad.set_variable("TorqueSpeedCalculation", False)
|
||||||
|
mcad.set_variable("DemagnetizationCalc", False)
|
||||||
|
mcad.set_variable("ElectromagneticForcesCalc_Load", False)
|
||||||
|
mcad.set_variable("InductanceCalc", False)
|
||||||
|
mcad.set_variable("BPMShortCircuitCalc", False)
|
||||||
|
mcad.set_variable("TorqueCalculation", True)
|
||||||
|
|
||||||
material_curve_path = "PATH"
|
# Operation point
|
||||||
material_name = "PLACond"
|
mcad.set_variable("ShaftSpeed", 1000)
|
||||||
|
mcad.set_variable("RMSCurrent", 0.95)
|
||||||
|
mcad.set_variable("DCBusVoltage", 400)
|
||||||
|
mcad.set_variable("PhaseAdvance", 0)
|
||||||
|
|
||||||
mcad.set_variable("ImportMaterialFile", material_curve_path)
|
# Material
|
||||||
mcad.set_variable("ImportMaterialName", material_name)
|
mcad.import_solid_material("C:\\Users\\promerogomb\\Desktop\\fluxcontrol\PLACond.mdb", "PLACond")
|
||||||
mcad.evaluate("ImportMaterial")
|
mcad.set_component_material("Rotor Lam (Back Iron)", "PLACond")
|
||||||
|
|
||||||
print(f"Material '{material_name}' importado correctamente.")
|
# Ejecución
|
||||||
|
mcad.do_magnetic_calculation()
|
||||||
|
|
||||||
mcad.set_variable("RotorMaterial", material_name)
|
# Resultados
|
||||||
|
resultsPath = os.path.join(working_folder, "results", f"results_{iteration}.txt")
|
||||||
# --- 2. CONFIGURAR Y CORRER SIMULACIÓN ELECTROMAGNÉTICA ---
|
try:
|
||||||
|
mcad.export_results("EMagnetic", resultsPath)
|
||||||
mcad.set_variable("SimulationType", "EMagnetic")
|
print("Results successfully exported.")
|
||||||
|
except mcad.MotorCADError:
|
||||||
mcad.set_variable("DriveSpeed", 1700) # rpm
|
print("Results failed to export.")
|
||||||
mcad.set_variable("RatedCurrent", 2) # A
|
|
||||||
|
|
||||||
mcad.evaluate("DoEmsolve")
|
|
||||||
|
|
||||||
print("Simulación electromagnética completada.")
|
|
||||||
|
|
||||||
torque_avg = mcad.get_variable("TorqueAvg")
|
|
||||||
print(f"Par promedio: {torque_avg:.2f} Nm")
|
|
||||||
|
|
||||||
mcad.quit()
|
|
13699
motores/PLACond.mot
Normal file
13699
motores/PLACond.mot
Normal file
File diff suppressed because it is too large
Load Diff
BIN
motores/PLACond/FEResultsData/OnLoadLoss_result_1.mes
Normal file
BIN
motores/PLACond/FEResultsData/OnLoadLoss_result_1.mes
Normal file
Binary file not shown.
BIN
motores/PLACond/FEResultsData/OnLoadTorque_result_1.mes
Normal file
BIN
motores/PLACond/FEResultsData/OnLoadTorque_result_1.mes
Normal file
Binary file not shown.
BIN
motores/PLACond/FEResultsData/OnLoadTorque_result_1.ugf
Normal file
BIN
motores/PLACond/FEResultsData/OnLoadTorque_result_1.ugf
Normal file
Binary file not shown.
BIN
motores/PLACond/FEResultsData/StaticLoad_result_1.mes
Normal file
BIN
motores/PLACond/FEResultsData/StaticLoad_result_1.mes
Normal file
Binary file not shown.
BIN
motores/PLACond/FEResultsData/StaticLoad_result_1.ugf
Normal file
BIN
motores/PLACond/FEResultsData/StaticLoad_result_1.ugf
Normal file
Binary file not shown.
BIN
motores/PLACond/FEResultsData/StaticOC_result_1.mes
Normal file
BIN
motores/PLACond/FEResultsData/StaticOC_result_1.mes
Normal file
Binary file not shown.
BIN
motores/PLACond/FEResultsData/StaticOC_result_1.ugf
Normal file
BIN
motores/PLACond/FEResultsData/StaticOC_result_1.ugf
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
43
motores/PLACond/MessageLogs/messageLog_10216.txt
Normal file
43
motores/PLACond/MessageLogs/messageLog_10216.txt
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
27/03/2025 14:04:55 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_10216.txt
|
||||||
|
27/03/2025 14:04:55 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: ImportSolidMaterial PLACond
|
||||||
|
27/03/2025 14:04:56 : No solids found in solid database file c:\ANSYS_Motor-CAD\2024_1_3\Motor-CAD Data\materials\solids.mdb
|
||||||
|
Please check you have selected the correct file.
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable BackEMFCalculation = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable CoggingTorqueCalculation = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable ElectromagneticForcesCalc_OC = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable TorqueSpeedCalculation = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable DemagnetizationCalc = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable ElectromagneticForcesCalc_Load = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable InductanceCalc = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable BPMShortCircuitCalc = False
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: SetVariable TorqueCalculation = True
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: GetVariable SHAFTSPEED = 3000
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: GetVariable CURRENTDEFINITION = 1
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: GetVariable PEAKCURRENT = 4,24264068711929
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: GetVariable TORQUECALCULATION = True
|
||||||
|
27/03/2025 14:04:56 : pymotorcad: DoMagneticCalculation
|
||||||
|
27/03/2025 14:04:57 : Status: Solving FEA model
|
||||||
|
27/03/2025 14:04:58 : Q axis current only Point Calculation
|
||||||
|
27/03/2025 14:04:58 : Solving FEA model
|
||||||
|
27/03/2025 14:04:58 : Load Point Calculation
|
||||||
|
27/03/2025 14:04:58 : Solving FEA model
|
||||||
|
27/03/2025 14:04:59 : Solving FEA model
|
||||||
|
27/03/2025 14:04:59 : Transient Torque Calculation
|
||||||
|
27/03/2025 14:04:59 : Solving FEA model
|
||||||
|
27/03/2025 14:05:08 : FEA Calculation Time: 10 Seconds
|
||||||
|
27/03/2025 14:05:08 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\FEResultsData\feasys\
|
||||||
|
27/03/2025 14:05:08 : Warning: Operating point outside voltage limit. Check the DC bus voltage.
|
||||||
|
27/03/2025 14:05:08 : Solving completed
|
||||||
|
27/03/2025 14:05:08 : Nodes count = 3365
|
||||||
|
27/03/2025 14:05:08 : Elements count = 6472
|
||||||
|
27/03/2025 14:05:08 : Status: Solving Completed
|
||||||
|
27/03/2025 14:05:08 : pymotorcad: ExportResults
|
||||||
|
27/03/2025 14:05:08 : pymotorcad: Quit
|
40
motores/PLACond/MessageLogs/messageLog_10744.txt
Normal file
40
motores/PLACond/MessageLogs/messageLog_10744.txt
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
27/03/2025 13:49:17 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_10744.txt
|
||||||
|
27/03/2025 13:49:17 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable BackEMFCalculation = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable CoggingTorqueCalculation = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable ElectromagneticForcesCalc_OC = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable TorqueSpeedCalculation = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable DemagnetizationCalc = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable ElectromagneticForcesCalc_Load = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable InductanceCalc = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable BPMShortCircuitCalc = False
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: SetVariable TorqueCalculation = True
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: GetVariable SHAFTSPEED = 3000
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: GetVariable CURRENTDEFINITION = 1
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: GetVariable PEAKCURRENT = 4,24264068711929
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: GetVariable TORQUECALCULATION = True
|
||||||
|
27/03/2025 13:49:18 : pymotorcad: DoMagneticCalculation
|
||||||
|
27/03/2025 13:49:19 : Status: Solving FEA model
|
||||||
|
27/03/2025 13:49:20 : Q axis current only Point Calculation
|
||||||
|
27/03/2025 13:49:20 : Solving FEA model
|
||||||
|
27/03/2025 13:49:20 : Load Point Calculation
|
||||||
|
27/03/2025 13:49:20 : Solving FEA model
|
||||||
|
27/03/2025 13:49:21 : Solving FEA model
|
||||||
|
27/03/2025 13:49:21 : Transient Torque Calculation
|
||||||
|
27/03/2025 13:49:21 : Solving FEA model
|
||||||
|
27/03/2025 13:49:30 : FEA Calculation Time: 10 Seconds
|
||||||
|
27/03/2025 13:49:30 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\FEResultsData\feasys\
|
||||||
|
27/03/2025 13:49:30 : Warning: Operating point outside voltage limit. Check the DC bus voltage.
|
||||||
|
27/03/2025 13:49:30 : Solving completed
|
||||||
|
27/03/2025 13:49:30 : Nodes count = 3365
|
||||||
|
27/03/2025 13:49:30 : Elements count = 6472
|
||||||
|
27/03/2025 13:49:30 : Status: Solving Completed
|
||||||
|
27/03/2025 13:49:30 : pymotorcad: ExportResults
|
||||||
|
27/03/2025 13:49:30 : pymotorcad: Quit
|
12
motores/PLACond/MessageLogs/messageLog_10840.txt
Normal file
12
motores/PLACond/MessageLogs/messageLog_10840.txt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
27/03/2025 14:12:15 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_10840.txt
|
||||||
|
27/03/2025 14:12:15 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: ImportSolidMaterial PLACond
|
||||||
|
27/03/2025 14:12:17 : Imported PLACond
|
||||||
|
27/03/2025 14:12:17 : pymotorcad: Quit
|
42
motores/PLACond/MessageLogs/messageLog_13464.txt
Normal file
42
motores/PLACond/MessageLogs/messageLog_13464.txt
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
27/03/2025 14:08:14 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_13464.txt
|
||||||
|
27/03/2025 14:08:14 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 14:08:15 : pymotorcad: ImportSolidMaterial PLACond
|
||||||
|
27/03/2025 14:08:16 : Imported PLACOND
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable BackEMFCalculation = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable CoggingTorqueCalculation = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable ElectromagneticForcesCalc_OC = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable TorqueSpeedCalculation = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable DemagnetizationCalc = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable ElectromagneticForcesCalc_Load = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable InductanceCalc = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable BPMShortCircuitCalc = False
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: SetVariable TorqueCalculation = True
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: GetVariable SHAFTSPEED = 3000
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: GetVariable CURRENTDEFINITION = 1
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: GetVariable PEAKCURRENT = 4,24264068711929
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: GetVariable TORQUECALCULATION = True
|
||||||
|
27/03/2025 14:08:16 : pymotorcad: DoMagneticCalculation
|
||||||
|
27/03/2025 14:08:16 : Status: Solving FEA model
|
||||||
|
27/03/2025 14:08:17 : Q axis current only Point Calculation
|
||||||
|
27/03/2025 14:08:17 : Solving FEA model
|
||||||
|
27/03/2025 14:08:17 : Load Point Calculation
|
||||||
|
27/03/2025 14:08:18 : Solving FEA model
|
||||||
|
27/03/2025 14:08:18 : Solving FEA model
|
||||||
|
27/03/2025 14:08:18 : Transient Torque Calculation
|
||||||
|
27/03/2025 14:08:18 : Solving FEA model
|
||||||
|
27/03/2025 14:08:27 : FEA Calculation Time: 10 Seconds
|
||||||
|
27/03/2025 14:08:27 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\FEResultsData\feasys\
|
||||||
|
27/03/2025 14:08:27 : Warning: Operating point outside voltage limit. Check the DC bus voltage.
|
||||||
|
27/03/2025 14:08:27 : Solving completed
|
||||||
|
27/03/2025 14:08:28 : Nodes count = 3365
|
||||||
|
27/03/2025 14:08:28 : Elements count = 6472
|
||||||
|
27/03/2025 14:08:28 : Status: Solving Completed
|
||||||
|
27/03/2025 14:08:28 : pymotorcad: ExportResults
|
||||||
|
27/03/2025 14:08:28 : pymotorcad: Quit
|
15
motores/PLACond/MessageLogs/messageLog_13784.txt
Normal file
15
motores/PLACond/MessageLogs/messageLog_13784.txt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
27/03/2025 13:59:17 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_13784.txt
|
||||||
|
27/03/2025 13:59:17 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: ExportSolidMaterialPLACond
|
||||||
|
27/03/2025 13:59:19 : Failed to write material properties to database file. Check you have write access to:
|
||||||
|
PLACond
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetComponentMaterial component=PLACond material =PLACond
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: SetComponentMaterial failed
|
||||||
|
27/03/2025 13:59:19 : pymotorcad: Quit
|
42
motores/PLACond/MessageLogs/messageLog_1444.txt
Normal file
42
motores/PLACond/MessageLogs/messageLog_1444.txt
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
27/03/2025 13:48:12 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_1444.txt
|
||||||
|
27/03/2025 13:48:12 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable BackEMFCalculation = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable CoggingTorqueCalculation = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable ElectromagneticForcesCalc_OC = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable TorqueSpeedCalculation = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable DemagnetizationCalc = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable ElectromagneticForcesCalc_Load = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable InductanceCalc = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable BPMShortCircuitCalc = False
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: SetVariable TorqueCalculation = True
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: GetVariable SHAFTSPEED = 3000
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: GetVariable CURRENTDEFINITION = 1
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: GetVariable PEAKCURRENT = 4,24264068711929
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: GetVariable TORQUECALCULATION = True
|
||||||
|
27/03/2025 13:48:13 : pymotorcad: DoMagneticCalculation
|
||||||
|
27/03/2025 13:48:14 : Status: Solving FEA model
|
||||||
|
27/03/2025 13:48:15 : Q axis current only Point Calculation
|
||||||
|
27/03/2025 13:48:15 : Solving FEA model
|
||||||
|
27/03/2025 13:48:15 : Load Point Calculation
|
||||||
|
27/03/2025 13:48:16 : Solving FEA model
|
||||||
|
27/03/2025 13:48:16 : Solving FEA model
|
||||||
|
27/03/2025 13:48:16 : Transient Torque Calculation
|
||||||
|
27/03/2025 13:48:16 : Solving FEA model
|
||||||
|
27/03/2025 13:48:25 : FEA Calculation Time: 10 Seconds
|
||||||
|
27/03/2025 13:48:25 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\FEResultsData\feasys\
|
||||||
|
27/03/2025 13:48:25 : Warning: Operating point outside voltage limit. Check the DC bus voltage.
|
||||||
|
27/03/2025 13:48:25 : Solving completed
|
||||||
|
27/03/2025 13:48:25 : Nodes count = 3365
|
||||||
|
27/03/2025 13:48:25 : Elements count = 6472
|
||||||
|
27/03/2025 13:48:25 : Status: Solving Completed
|
||||||
|
27/03/2025 13:48:25 : pymotorcad: ExportResults
|
||||||
|
27/03/2025 13:48:25 : Failed to export results to file C:\Users\promerogomb\Desktop\fluxcontrol\results\results
|
||||||
|
27/03/2025 13:48:26 : pymotorcad: ExportResults failed
|
||||||
|
27/03/2025 13:48:26 : pymotorcad: Quit
|
43
motores/PLACond/MessageLogs/messageLog_14884.txt
Normal file
43
motores/PLACond/MessageLogs/messageLog_14884.txt
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
27/03/2025 13:47:10 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_14884.txt
|
||||||
|
27/03/2025 13:47:10 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable BackEMFCalculation = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable CoggingTorqueCalculation = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable ElectromagneticForcesCalc_OC = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable TorqueSpeedCalculation = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable DemagnetizationCalc = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable ElectromagneticForcesCalc_Load = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable InductanceCalc = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable BPMShortCircuitCalc = False
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: SetVariable TorqueCalculation = True
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: GetVariable SHAFTSPEED = 3000
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: GetVariable CURRENTDEFINITION = 1
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: GetVariable PEAKCURRENT = 4,24264068711929
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: GetVariable TORQUECALCULATION = True
|
||||||
|
27/03/2025 13:47:11 : pymotorcad: DoMagneticCalculation
|
||||||
|
27/03/2025 13:47:12 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\FEResultsData\
|
||||||
|
27/03/2025 13:47:12 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\FEResultsData\feasys\
|
||||||
|
27/03/2025 13:47:12 : Status: Solving FEA model
|
||||||
|
27/03/2025 13:47:13 : Q axis current only Point Calculation
|
||||||
|
27/03/2025 13:47:13 : Solving FEA model
|
||||||
|
27/03/2025 13:47:13 : Load Point Calculation
|
||||||
|
27/03/2025 13:47:13 : Solving FEA model
|
||||||
|
27/03/2025 13:47:14 : Solving FEA model
|
||||||
|
27/03/2025 13:47:14 : Transient Torque Calculation
|
||||||
|
27/03/2025 13:47:14 : Solving FEA model
|
||||||
|
27/03/2025 13:47:23 : FEA Calculation Time: 10 Seconds
|
||||||
|
27/03/2025 13:47:23 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\FEResultsData\feasys\
|
||||||
|
27/03/2025 13:47:23 : Warning: Operating point outside voltage limit. Check the DC bus voltage.
|
||||||
|
27/03/2025 13:47:23 : Solving completed
|
||||||
|
27/03/2025 13:47:23 : Creating folder: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\Emag\
|
||||||
|
27/03/2025 13:47:23 : Nodes count = 3365
|
||||||
|
27/03/2025 13:47:23 : Elements count = 6472
|
||||||
|
27/03/2025 13:47:23 : Status: Solving Completed
|
||||||
|
27/03/2025 13:47:23 : pymotorcad: ExportResults
|
||||||
|
27/03/2025 13:47:23 : pymotorcad: Quit
|
26
motores/PLACond/MessageLogs/messageLog_15152.txt
Normal file
26
motores/PLACond/MessageLogs/messageLog_15152.txt
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
27/03/2025 13:44:38 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_15152.txt
|
||||||
|
27/03/2025 13:44:38 : Improved calculation methods are now available; recommend updating to use the default settings.
|
||||||
|
Do you wish to update the model settings now?
|
||||||
|
This can be done at any time from Defaults -> Default Settings -> Restore Compatibility Settings. = No
|
||||||
|
27/03/2025 13:44:38 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable BackEMFCalculation = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable CoggingTorqueCalculation = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable ElectromagneticForcesCalc_OC = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable TorqueSpeedCalculation = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable DemagnetizationCalc = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable ElectromagneticForcesCalc_Load = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable InductanceCalc = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable BPMShortCircuitCalc = False
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: SetVariable TorqueCalculation = True
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: GetVariable SHAFTSPEED = 3000
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: GetVariable CURRENTDEFINITION = 1
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: GetVariable PEAKCURRENT = 0,971880642722143
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: GetVariable TORQUECALCULATION = True
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: DoMagneticCalculation
|
||||||
|
27/03/2025 13:44:39 : pymotorcad: Quit
|
13
motores/PLACond/MessageLogs/messageLog_7764.txt
Normal file
13
motores/PLACond/MessageLogs/messageLog_7764.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
27/03/2025 13:58:46 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_7764.txt
|
||||||
|
27/03/2025 13:58:46 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: ExportSolidMaterialPLACond
|
||||||
|
27/03/2025 13:58:48 : Failed to write material properties to database file. Check you have write access to:
|
||||||
|
PLACond
|
||||||
|
27/03/2025 13:58:48 : pymotorcad: Quit
|
33
motores/PLACond/MessageLogs/messageLog_8500.txt
Normal file
33
motores/PLACond/MessageLogs/messageLog_8500.txt
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
27/03/2025 14:12:54 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_8500.txt
|
||||||
|
27/03/2025 14:12:54 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: ShowMagneticContext
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable ShaftSpeed = 3000
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable CurrentDefinition = 1
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable RMSCurrent = 3
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable DCBusVoltage = 350
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable PhaseAdvance = 45
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable MagneticThermalCoupling = 0
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: ImportSolidMaterial PLACond
|
||||||
|
27/03/2025 14:12:56 : Imported PLACond
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetComponentMaterial component=Rotor Lam (Back Iron) material =PLACond
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable BackEMFCalculation = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable CoggingTorqueCalculation = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable ElectromagneticForcesCalc_OC = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable TorqueSpeedCalculation = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable DemagnetizationCalc = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable ElectromagneticForcesCalc_Load = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable InductanceCalc = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable BPMShortCircuitCalc = False
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: SetVariable TorqueCalculation = True
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: GetVariable SHAFTSPEED = 3000
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: GetVariable CURRENTDEFINITION = 1
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: GetVariable PEAKCURRENT = 4,24264068711929
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: GetVariable TORQUECALCULATION = True
|
||||||
|
27/03/2025 14:12:56 : pymotorcad: DoMagneticCalculation
|
||||||
|
27/03/2025 14:12:57 : Status: Solving FEA model
|
||||||
|
27/03/2025 14:12:57 : Rotor Lam (Back Iron) steel material PLACond
|
||||||
|
BH values are not continuous
|
||||||
|
27/03/2025 14:12:57 : Failed to create material BH file
|
||||||
|
27/03/2025 14:12:57 : Unable to solve Fea problem
|
||||||
|
27/03/2025 14:12:57 : Status: Solving Completed
|
||||||
|
27/03/2025 14:12:57 : pymotorcad: Quit
|
46
motores/PLACond/MessageLogs/messageLog_8916.txt
Normal file
46
motores/PLACond/MessageLogs/messageLog_8916.txt
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
27/03/2025 13:45:32 : Created file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond\MessageLogs\messageLog_8916.txt
|
||||||
|
27/03/2025 13:45:32 : Improved calculation methods are now available; recommend updating to use the default settings.
|
||||||
|
Do you wish to update the model settings now?
|
||||||
|
This can be done at any time from Defaults -> Default Settings -> Restore Compatibility Settings. = Yes
|
||||||
|
27/03/2025 13:45:32 : Resetting default settings
|
||||||
|
27/03/2025 13:45:32 : Updated value of Active Housing Axial Length Calc from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Calculated currents drive circuit type from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Coupled Spray Cooling Flow Rate Calc from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of DC Current Limit External Line Loss Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Duct Contraction Flow Solver Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Duty Cycle Loss Value Used from Improved to Enhanced
|
||||||
|
27/03/2025 13:45:32 : Updated value of Duty Cycle Sync Current Limit Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Duty Cycle Vehicle Mass Correction Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Embedded Magnet Pole Radius Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of External Power Component Distribution from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Fluid Nodes External Power Injection from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Force FFT Scaling Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Housing WJ Fluid Weight and Capacitance Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Hybrid AC Loss High Frequency Scaling Correction Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of IM Referred Rotor Parameters Calculation Method from Improved to Enhanced
|
||||||
|
27/03/2025 13:45:32 : Updated value of IM Stator Leakage Inductance FEA Lookup Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Improved Rotor Lam Axial Resistances Calculation from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Improved SYNC rotor stress calculation from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Lab Electrical Custom Losses Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of NVH Mechanical Order Method (IM) from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Radial Housing Rotational HTC Calc from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Radial Housing Spray Cooling With Sleeve from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Resistance Across Interior Web Calc from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Rotor Water Jacket Central Inlet Calculation from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Rotor Water Jacket Node Connection Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Slot Divider Liner Drawing Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of SlotWJDuctkWallFrictionCalc from Original to Enhanced
|
||||||
|
27/03/2025 13:45:32 : Updated value of SlotWJHeatTransferCalc from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Spoke Magnet Hoop Stress Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Sync Pole Surface Offset Parenting Ratio Setting from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of TVent Circulating Airgap Flow Path from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of TVent Front and Rear Outlet Flow Path from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of TVent Inlet Expansion CSA Calculation from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of TVent Radial Duct Resistance Calc from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of TVent htc Recalculation from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Unique region naming from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Use circles in Maxwell Export polylines from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Varying Armature Copper Loss Calculation from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Updated value of Wheel Inertia Torque Method from Original to Improved
|
||||||
|
27/03/2025 13:45:32 : Reset completed with 39 settings updated.
|
||||||
|
27/03/2025 13:45:32 : Loaded file: C:\Users\promerogomb\Desktop\fluxcontrol\motores\PLACond.mot
|
275
results/results
Normal file
275
results/results
Normal file
@ -0,0 +1,275 @@
|
|||||||
|
Drive
|
||||||
|
"DC Bus Voltage";350;Volts;
|
||||||
|
"Line-Line Supply Voltage (rms)";247,5;Volts;
|
||||||
|
"Phase Supply Voltage (rms)";142,9;Volts;
|
||||||
|
"Line-Line Terminal Voltage (peak)";455,8;Volts;
|
||||||
|
"Line-Line Terminal Voltage (rms)";309,6;Volts;
|
||||||
|
"Phase Terminal Voltage (peak)";251,8;Volts;
|
||||||
|
"Phase Terminal Voltage (rms)";178,9;Volts;
|
||||||
|
"Harmonic Distortion Line-Line Terminal Voltage";6,585;%;
|
||||||
|
"Harmonic Distortion Phase Terminal Voltage";6,633;%;
|
||||||
|
"Back EMF Line-Line Voltage (peak)";508,9;Volts;
|
||||||
|
"Back EMF Phase Voltage (peak)";293,8;Volts;
|
||||||
|
"Back EMF Line-Line Voltage (rms)";359,9;Volts;
|
||||||
|
"Back EMF Phase Voltage (rms)";207,8;Volts;
|
||||||
|
"Max Line-Line / Phase Voltage Ratio";1,732;;
|
||||||
|
"DC Supply Current (mean)";4,413;Amps;
|
||||||
|
"Line Current (peak)";4,243;Amps;
|
||||||
|
"Line Current (rms)";3;Amps;
|
||||||
|
"Phase Current (peak)";4,243;Amps;
|
||||||
|
"Phase Current (rms)";3;Amps;
|
||||||
|
"Phase Advance";45;EDeg;
|
||||||
|
"Drive Offset Angle (Open Circuit)";390;EDeg;
|
||||||
|
"Drive Offset Angle (On load)";30;EDeg;
|
||||||
|
"Phase Advance to give maximum torque";4,547;EDeg;
|
||||||
|
"Phasor Offset Angle";330;EDeg;
|
||||||
|
"Phasor Angle (Ph1)";0;EDeg;
|
||||||
|
"Phasor Angle (Ph2)";120;EDeg;
|
||||||
|
"Phasor Angle (Ph3)";240;EDeg;
|
||||||
|
"Max Angle Between Phasors";120;EDeg;
|
||||||
|
"D Axis Inductance";16,25;mH;
|
||||||
|
"Q Axis Inductance";18,17;mH;
|
||||||
|
"Line-Line Inductance (DQ)";33,53;mH;
|
||||||
|
"Armature End Winding Inductance_(Rosa and Grover)";0,544;mH;
|
||||||
|
"D Axis Phase Current (average rms)";-2,121;Amps;
|
||||||
|
"Q Axis Phase Current (average rms)";2,121;Amps;
|
||||||
|
"Torque Constant (Kt)";1,026;Nm/A;
|
||||||
|
"Motor Constant (Km)";0,3278;Nm/(Watts^0.5);
|
||||||
|
"Back EMF Constant (Ke) (fundamental)";1,62;Vs/Rad;
|
||||||
|
"Electrical Constant";2,637;msec;
|
||||||
|
"Electrical Loading";5,003E004;Amps/m;
|
||||||
|
"Stall Current";26,82;Amps;
|
||||||
|
"Stall Torque";27,51;Nm;
|
||||||
|
"Short Circuit Line Current (peak)";9,95;Amps;
|
||||||
|
"Short Circuit Current Density (peak)";50,67;Amps/mm²;
|
||||||
|
"Short Circuit Current Density (rms)";35,83;Amps/mm²;
|
||||||
|
"Short Circuit Braking Torque";-3,084;Nm;
|
||||||
|
"Short Circuit Max Braking Torque";-7,207;Nm;
|
||||||
|
"Short Circuit Max Braking Torque Speed";678,4;rpm;
|
||||||
|
"Fundamental Frequency";300;Hz;
|
||||||
|
"Shaft Speed";3000;rpm;
|
||||||
|
|
||||||
|
E-Magnetics
|
||||||
|
"Maximum torque possible (DQ)_(For Phase Advance of 4,547 EDeg)";5,9709;Nm;
|
||||||
|
"Average torque (virtual work)";4,3593;Nm;
|
||||||
|
"Average torque (loop torque)";4,332;Nm;
|
||||||
|
"Torque Ripple (MsVw)";0,60512;Nm;
|
||||||
|
"Torque Ripple (MsVw) [%]";13,907;%;
|
||||||
|
"Speed limit for constant torque_(For Phase Advance of 45 EDeg)";2324,8;rpm;
|
||||||
|
"No load speed";2063,2;rpm;
|
||||||
|
"Speed limit for zero q axis current";INF;rpm;
|
||||||
|
"Electromagnetic Power_Operating point outside voltage limit.";1367;Watts;
|
||||||
|
"Input Power";1544,4;Watts;
|
||||||
|
"Total Losses (on load)";210,54;Watts;
|
||||||
|
"Output Power_Operating point outside voltage limit.";1333,9;Watts;
|
||||||
|
"System Efficiency";86,368;%;
|
||||||
|
"Shaft Torque";4,246;Nm;
|
||||||
|
"Power Factor [Waveform] (leading)";0,96066;;
|
||||||
|
"Power Factor Angle [Waveform]";-16,124;EDeg;
|
||||||
|
"Power Factor [THD]";0,95856;;
|
||||||
|
"Power Factor [Phasor] (leading)";0,96126;;
|
||||||
|
"Power Factor Angle [Phasor]";344;EDeg;
|
||||||
|
"Load Angle [Phasor]";28,908;EDeg;
|
||||||
|
"Phase Terminal Voltage (rms) [Phasor]";178,91;Volts;
|
||||||
|
"Rotor Inertia";0,00063702;kg.m²;
|
||||||
|
"Shaft Inertia";3,2257E-005;kg.m²;
|
||||||
|
"Total Inertia";0,00066928;kg.m²;
|
||||||
|
"Torque per rotor volume";40,307;kNm/m³;
|
||||||
|
"Rotor peripheral velocity (on load)";13,022;m/s;
|
||||||
|
"Flux Linkage D (Q axis current)";155,875;mVs;
|
||||||
|
"Flux Linkage Q (Q axis current)";54,453;mVs;
|
||||||
|
"Flux linkage D (On load)";107,122;mVs;
|
||||||
|
"Flux linkage Q (On load)";54,5023;mVs;
|
||||||
|
"Torque Constant (Kt)";1,0256;Nm/A;
|
||||||
|
"Motor Constant (Km)";0,327818;Nm/(Watts^0.5);
|
||||||
|
"Back EMF Constant (Ke) (fundamental)";1,6199;Vs/Rad;
|
||||||
|
"Stall Current";26,8188;Amps;
|
||||||
|
"Stall Torque";27,5053;Nm;
|
||||||
|
"Cogging Period";10;MDeg;
|
||||||
|
"Cogging Frequency";1800;Hz;
|
||||||
|
"Fundamental Frequency";300;Hz;
|
||||||
|
"Mechanical Frequency";50;Hz;
|
||||||
|
"Optimum Skewing Angle";10;MDeg;
|
||||||
|
"Magnetic Symmetry Factor_(Automatic calculation)";6;;
|
||||||
|
"Magnetic Axial Length (Slice1)";20;mm;
|
||||||
|
|
||||||
|
Phasor Diagram
|
||||||
|
"Maximum torque possible (DQ)_(For Phase Advance of 4,547 EDeg)";5,9709;Nm;
|
||||||
|
"Average torque (virtual work)";4,3593;Nm;
|
||||||
|
"Average torque (loop torque)";4,332;Nm;
|
||||||
|
"Torque Ripple (MsVw)";0,60512;Nm;
|
||||||
|
"Torque Ripple (MsVw) [%]";13,907;%;
|
||||||
|
"Speed limit for constant torque_(For Phase Advance of 45 EDeg)";2324,8;rpm;
|
||||||
|
"No load speed";2063,2;rpm;
|
||||||
|
"Speed limit for zero q axis current";INF;rpm;
|
||||||
|
"Electromagnetic Power_Operating point outside voltage limit.";1367;Watts;
|
||||||
|
"Input Power";1544,4;Watts;
|
||||||
|
"Total Losses (on load)";210,54;Watts;
|
||||||
|
"Output Power_Operating point outside voltage limit.";1333,9;Watts;
|
||||||
|
"System Efficiency";86,368;%;
|
||||||
|
"Shaft Torque";4,246;Nm;
|
||||||
|
"Power Factor [Waveform] (leading)";0,96066;;
|
||||||
|
"Power Factor Angle [Waveform]";-16,124;EDeg;
|
||||||
|
"Power Factor [THD]";0,95856;;
|
||||||
|
"Power Factor [Phasor] (leading)";0,96126;;
|
||||||
|
"Power Factor Angle [Phasor]";344;EDeg;
|
||||||
|
"Load Angle [Phasor]";28,908;EDeg;
|
||||||
|
"Phase Terminal Voltage (rms) [Phasor]";178,91;Volts;
|
||||||
|
"Rotor Inertia";0,00063702;kg.m²;
|
||||||
|
"Shaft Inertia";3,2257E-005;kg.m²;
|
||||||
|
"Total Inertia";0,00066928;kg.m²;
|
||||||
|
"Torque per rotor volume";40,307;kNm/m³;
|
||||||
|
"Rotor peripheral velocity (on load)";13,022;m/s;
|
||||||
|
"Flux Linkage D (Q axis current)";155,875;mVs;
|
||||||
|
"Flux Linkage Q (Q axis current)";54,453;mVs;
|
||||||
|
"Flux linkage D (On load)";107,122;mVs;
|
||||||
|
"Flux linkage Q (On load)";54,5023;mVs;
|
||||||
|
"Torque Constant (Kt)";1,0256;Nm/A;
|
||||||
|
"Motor Constant (Km)";0,327818;Nm/(Watts^0.5);
|
||||||
|
"Back EMF Constant (Ke) (fundamental)";1,6199;Vs/Rad;
|
||||||
|
"Stall Current";26,8188;Amps;
|
||||||
|
"Stall Torque";27,5053;Nm;
|
||||||
|
"Cogging Period";10;MDeg;
|
||||||
|
"Cogging Frequency";1800;Hz;
|
||||||
|
"Fundamental Frequency";300;Hz;
|
||||||
|
"Mechanical Frequency";50;Hz;
|
||||||
|
"Optimum Skewing Angle";10;MDeg;
|
||||||
|
"Magnetic Symmetry Factor_(Automatic calculation)";6;;
|
||||||
|
"Magnetic Axial Length (Slice1)";20;mm;
|
||||||
|
|
||||||
|
Equivalent Circuit
|
||||||
|
"Phase Resistance";6,525;Ohms;
|
||||||
|
"D Axis Inductance";16,25;mH;
|
||||||
|
"Q Axis Inductance";18,17;mH;
|
||||||
|
"Stator Slot Leakage Inductance";11,01;mH;
|
||||||
|
"Stator Differential Leakage Inductance";1,824;mH;
|
||||||
|
"Armature End Winding Inductance_(Rosa and Grover)";0,544;mH;
|
||||||
|
"Stator Leakage Inductance (Total)";13,37;mH;
|
||||||
|
"Magnetizing Inductance (D Axis)";2,876;mH;
|
||||||
|
"Magnetizing Inductance (Q Axis)";4,793;mH;
|
||||||
|
"D Axis Reactance";30,63;Ohms;
|
||||||
|
"Q Axis Reactance";34,24;Ohms;
|
||||||
|
"Stator Slot Leakage Reactance";20,75;Ohms;
|
||||||
|
"Stator Differential Leakage Reactance";3,438;Ohms;
|
||||||
|
"Armature End Winding Reactance";1,025;Ohms;
|
||||||
|
"Stator Leakage Reactance (Total)";25,21;Ohms;
|
||||||
|
"Magnetizing Reactance (D Axis)";5,422;Ohms;
|
||||||
|
"Magnetizing Reactance (Q Axis)";9,034;Ohms;
|
||||||
|
"Rotor Referred Resistance";183,8;Ohms;
|
||||||
|
"First Order Transient Reactance (D Axis)";25,21;Ohms;
|
||||||
|
"First Order Transient Reactance (Q Axis)";34,24;Ohms;
|
||||||
|
"Excitation Time Constant (Te)";1,565E-005;secs;
|
||||||
|
"First Order Transient Time Constant (Td')";1,288E-005;secs;
|
||||||
|
"Armature Time Constant (Ta)";0,002417;secs;
|
||||||
|
|
||||||
|
Flux Densities
|
||||||
|
"Airgap flux density (mean)";0,5647;Tesla;
|
||||||
|
"Airgap Flux Density (peak)";1,002;Tesla;
|
||||||
|
"Stator Tooth Flux Density (peak)";0,9435;Tesla;
|
||||||
|
"Stator Tooth Tip Flux Density (peak)";1,927;Tesla;
|
||||||
|
"Stator Back Iron Flux Density (peak)";1,343;Tesla;
|
||||||
|
"Rotor Back Iron Flux Density (peak)";0,3478;Tesla;
|
||||||
|
|
||||||
|
Losses
|
||||||
|
"Armature DC Copper Loss (on load)";176,2;Watts;
|
||||||
|
"Magnet Loss (on load)";0,6921;Watts;
|
||||||
|
"Stator iron Loss [total] (on load)";33,08;Watts;
|
||||||
|
"Rotor iron Loss [total] (on load)";0,5847;Watts;
|
||||||
|
"Windage Loss (user input)";0;Watts;
|
||||||
|
"Friction Loss (user input)";0;Watts;
|
||||||
|
"Shaft Loss [total] (on load)";0;Watts;
|
||||||
|
"Total Losses (on load)";210,5;Watts;
|
||||||
|
"Magnet Block Width";14,62;mm;
|
||||||
|
"Magnet Loss Factor";0,4889;;
|
||||||
|
"Magnet Loss (on load)";0,6921;Watts;
|
||||||
|
"Stator back iron Loss [hysteresis - fundamental] (on load)";2,964;Watts;
|
||||||
|
"Stator back iron Loss [hysteresis - minor loops] (on load)";2,236;Watts;
|
||||||
|
"Stator back iron Loss [hysteresis] (on load)";5,2;Watts;
|
||||||
|
"Stator back iron Loss [eddy] (on load)";6,664;Watts;
|
||||||
|
"Stator back iron Loss [excess] (on load)";0;Watts;
|
||||||
|
"Stator back iron Loss [total] (on load)";11,86;Watts;
|
||||||
|
"Stator tooth Loss [hysteresis - fundamental] (on load)";9,548;Watts;
|
||||||
|
"Stator tooth Loss [hysteresis - minor loops] (on load)";0,1072;Watts;
|
||||||
|
"Stator tooth Loss [hysteresis] (on load)";9,656;Watts;
|
||||||
|
"Stator tooth Loss [eddy] (on load)";11,56;Watts;
|
||||||
|
"Stator tooth Loss [excess] (on load)";0;Watts;
|
||||||
|
"Stator tooth Loss [total] (on load)";21,21;Watts;
|
||||||
|
"Stator iron Loss [total] (on load)";33,08;Watts;
|
||||||
|
"Rotor back iron Loss [hysteresis] (on load)";0;Watts;
|
||||||
|
"Rotor back iron Loss [eddy] (on load)";0,5847;Watts;
|
||||||
|
"Rotor back iron Loss [excess] (on load)";0;Watts;
|
||||||
|
"Rotor back iron Loss [total] (on load)";0,5847;Watts;
|
||||||
|
"Rotor iron Loss [total] (on load)";0,5847;Watts;
|
||||||
|
"Shaft Loss [eddy] (on load)";0;Watts;
|
||||||
|
|
||||||
|
Winding
|
||||||
|
"Armature Conductor CSA";0,1963;mm²;
|
||||||
|
"Armature Conductor Current Density";15,28;Amps/mm²;
|
||||||
|
"Armature Conductor MLT";74,23;mm;
|
||||||
|
"Armature Turns per Phase";750;;
|
||||||
|
"Armature Turns per Coil";125;;
|
||||||
|
"Length of phase";5,568E004;mm;
|
||||||
|
"Phase Resistance";6,525;Ohms;
|
||||||
|
"Line-Line Resistance";13,05;Ohms;
|
||||||
|
"Armature Conductor Temperature";106,7;°C;
|
||||||
|
"Mean Coil Pitch (Calculated)";19,25;mm;
|
||||||
|
"Mean Coil Pitch (Used)";9,624;mm;
|
||||||
|
"Fundamental Winding Factor";0,866;;
|
||||||
|
"Winding Factor Sum";0,09009;;
|
||||||
|
"Wire Ins Thickness";0,025;mm;
|
||||||
|
"Copper Diameter";0,5;mm;
|
||||||
|
Conductors/Slot;250;;
|
||||||
|
"Armature End Winding MLT (Calculated)";68,47;mm;
|
||||||
|
"Armature End Winding MLT (User adjustment)";0,5;;
|
||||||
|
"Armature End Winding MLT (Used)";34,23;mm;
|
||||||
|
"Copper Slot Fill (Wdg Area)";0,2523;;
|
||||||
|
"Wire Slot Fill (Slot Area)";0,2684;;
|
||||||
|
"Copper Slot Fill (Slot Area)";0,2218;;
|
||||||
|
"Heavy Build Slot Fill";0,3887;;
|
||||||
|
"Slot Area (Slot 1)";221,3;mm²;
|
||||||
|
"Winding Area (+ Liner) (Slot 1)";207,1;mm²;
|
||||||
|
"Slot Area (FEA)";207,1;mm²;
|
||||||
|
"Wedge Area";14,19;mm²;
|
||||||
|
"Slot Opening Area";1,598;mm²;
|
||||||
|
"Liner-Lam Gap Area (Slot 1)";0;mm²;
|
||||||
|
"Impreg Area (Slot 1)";135,2;mm²;
|
||||||
|
"Liner Area (Slot 1)";12,55;mm²;
|
||||||
|
"Coil Divider Area (Slot 1)";0;mm²;
|
||||||
|
"Volume Copper EWdg Front";5376;mm³;
|
||||||
|
"Volume Copper Active";1,767E004;mm³;
|
||||||
|
"Volume Copper EWdg Rear";5376;mm³;
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
"FEA Mesh Nodes";3365;;
|
||||||
|
"FEA Mesh Elements";6472;;
|
||||||
|
"Airgap Mesh Layers Used";5;;
|
||||||
|
"FEA Max Element Length";1,25;mm;
|
||||||
|
|
||||||
|
Materials
|
||||||
|
"Armature Conductor Resistivity";2,301E-008;Ohm.m;
|
||||||
|
"Armature Conductor Resistivity at Ref Temp (20°C)";1,724E-008;Ohm.m;
|
||||||
|
"Armature Conductor Temperature";106,7;°C;
|
||||||
|
"Stator Lamination Resistivity";2,3E-007;Ohm.m;
|
||||||
|
"Number of stator laminations";38,8;;
|
||||||
|
"Rotor Lamination Resistivity";1,43E-007;Ohm.m;
|
||||||
|
"Rotor Lamination Resistivity at Ref Temp (20°C)";1,43E-007;Ohm.m;
|
||||||
|
"Rotor Lamination Temperature";87,2;°C;
|
||||||
|
"Number of rotor laminations";1;;
|
||||||
|
"Shaft Resistivity";0;Ohm.m;
|
||||||
|
"Shaft Resistivity at Ref Temp (20°C)";0;Ohm.m;
|
||||||
|
"Shaft Temperature";85,57;°C;
|
||||||
|
"Magnet Resistivity";1,8E-006;Ohm.m;
|
||||||
|
"Magnet Resistivity at Ref Temp (20°C)";1,8E-006;Ohm.m;
|
||||||
|
"Magnet Temperature";87,67;°C;
|
||||||
|
"Total Motor Weight";2,646;kg;
|
||||||
|
"Weight Stator Lam";0,6688;kg;
|
||||||
|
"Armature Copper [Total] Weight";0,293;kg;
|
||||||
|
"Weight Rotor Lam";0,4923;kg;
|
||||||
|
"Weight Magnet";0,1315;kg;
|
||||||
|
"Weight Shaft Total";0,3224;kg;
|
||||||
|
"Magnet Br at reference temperature (20 °C)";1,26;Tesla;
|
||||||
|
"Magnet Temperature";87,67;°C;
|
||||||
|
"Magnet Br (Calculated)";1,158;Tesla;
|
||||||
|
"Magnet Br Adjustment Factor";1;;
|
||||||
|
"Magnet Br (Used)";1,158;Tesla;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user