🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Imposible SICCG Solution

User: "Andoni Garcia"
Altair Community Member
Updated by Andoni Garcia

Hi!

 

Someone can help me with this problem?

 

Solution of linear system by SICCG impossible
 The solving process has probably not correctly converged

 

Unable to find an attachment - read this blog

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "fzidat"
    Altair Employee
    Updated by fzidat

    Hello; 

     

    Can you please try to use MUMPs Instead of ICCG, to modefy the solving options, please go to Solving menu, and then solving options.

     

    However, I think your Flux project is not well defined. There is no magnetic circuit for instance. It can be the case, but if it is, I invite you te create a insulation face region between the green block and the winding.

     

    The same thing for the coil, as it is defined, Flux will consider the coil as a block with only one turn, in this case also, you should create an insulation face region between each turn to the other.

     

    Best regards 

    User: "fzidat"
    Altair Employee
    Updated by fzidat

    <?xml version="1.0" encoding="UTF-8"?>image.png

     

    The insultion face on the winding like this one.

     

     

    Regards 

    User: "Andoni Garcia"
    Altair Community Member
    OP
    Updated by Andoni Garcia

    Thank you Farid Zidat,

    This is the same primary coil's step file solved individually:

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.67ee03f69daeb399165c0bdd544b538a.png

     

    And it's also taken into account that distance in geometry options, but I think that you'd adviced to create the insulation face to have the surety not to occur any short-cut, right?

     

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.29c2660a7ba1193de002b507e4523c73.png

     

    If you want to check it, you've got the STEP file down below. 

     

    --------------------------------------------------------

     

    Did you have solved propertly using Mumps instead of ICCG? Not to me:

     

    CECUVG   => Determinant du jacobien nul
    CECUVW_1 => Failed
    CECUVW   => Failed
    CE2UVW   => failed
    DAV2OC_1 => failed
    FL5ELE_1_1 => Error generating finite elements
    FL5ELE_1 => Failed
    PBCMDO   => Failed
    PBFNUM   => Problem while evaluating. Impossible to solve problem.
    PBERES_3 => failed
    FL5RE4   => Command not executed correctly
    FL5ERS   => failed
    FL5ERS_1 => failed
    executeAlgo_c => failed
    stdcom.error.SoftwareFortranException: executeAlgo_c : Execution failed.
    Failed execution
        at cad.core.common.error.ErrorManager.createFortranException(ErrorManager.java:153)
        at cad.flux.kernel.dbmanager.FGCProjectDbWrapper.executeAlgo(Native Method)
        at cad.flux.kernel.dbmanager.FGCProjectDbAdapter.executeAlgo(FGCProjectDbAdapter.java:883)
        at cad.flux.kernel.dbmanager.FGCDbManager.executeAlgo(FGCDbManager.java:151)
        at cad.flux.kernel.FGSupervisor.executeNativeCommand(FGSupervisor.java:2142)
        at cad.flux.kernel.actions.implementation.algo.project.KSolveScenarioAction.doAction(KSolveScenarioAction.java:83)
        at cad.core.common.dynamic.actions.UIActionManager.postAction(UIActionManager.java:145)
        at cad.core.kernel.KernelCommon.postAction(KernelCommon.java:302)
        at cad.core.kernel.Supervisor.executeJavaCommand(Supervisor.java:2794)
        at cad.core.kernel.Supervisor.executeCommand(Supervisor.java:1972)
        at cad.core.kernel.Supervisor.executeMethod(Supervisor.java:2091)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:186)
        at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:204)
        at org.python.core.PyObject.__call__(PyObject.java:526)
        at org.python.core.PyObject.__call__(PyObject.java:532)
        at org.python.core.PyMethod.__call__(PyMethod.java:171)
        at pydb$py.executeMethod$200(pydb.py:1569)
        at pydb$py.call_function(pydb.py)
        at org.python.core.PyTableCode.call(PyTableCode.java:167)
        at org.python.core.PyBaseCode.call(PyBaseCode.java:170)
        at org.python.core.PyFunction.__call__(PyFunction.java:434)
        at org.python.core.PyMethod.__call__(PyMethod.java:156)
        at pydb$py.__call__$167(pydb.py:1342)
        at pydb$py.call_function(pydb.py)
        at org.python.core.PyTableCode.call(PyTableCode.java:167)
        at org.python.core.PyBaseCode.call(PyBaseCode.java:307)
        at org.python.core.PyBaseCode.call(PyBaseCode.java:198)
        at org.python.core.PyFunction.__call__(PyFunction.java:482)
        at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237)
        at org.python.core.PyMethod.__call__(PyMethod.java:228)
        at org.python.core.PyMethod.__call__(PyMethod.java:223)
        at org.python.core.PyObject.invoke(PyObject.java:3697)
        at org.python.core.PyInstance.instance___call__(PyInstance.java:377)
        at org.python.core.PyInstance.__call__(PyInstance.java:372)
        at org.python.core.PyObject.__call__(PyObject.java:405)
        at org.python.pycode._pyx31.f$0(<input>:1)
        at org.python.pycode._pyx31.call_function(<input>)
        at org.python.core.PyTableCode.call(PyTableCode.java:167)
        at org.python.core.PyCode.call(PyCode.java:18)
        at org.python.core.Py.runCode(Py.java:1398)
        at org.python.core.Py.exec(Py.java:1442)
        at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:276)
        at cad.core.kernel.components.PythonWrapper.runCode(PythonWrapper.java:628)
        at cad.core.kernel.components.PythonWrapper.runsource(PythonWrapper.java:623)
        at cad.core.kernel.components.PythonWrapper.runsource(PythonWrapper.java:598)
        at cad.core.kernel.components.PythonWrapper.runsource(PythonWrapper.java:593)
        at cad.core.kernel.components.PythonWrapper.execute(PythonWrapper.java:638)
        at cad.core.kernel.components.PythonWrapper.executeFunction(PythonWrapper.java:706)
        at cad.core.kernel.encoder.CommandServerRequestsInputPlug.executeCommand(CommandServerRequestsInputPlug.java:79)
        at stdcom.protocole.commandserverrequests.CommandServerRequestsRouter.executeCommand(Unknown Source)
        at stdcom.protocole.commandserverrequests.CommandServerRequestsOutputPlug.executeCommand(Unknown Source)
        at cad.core.frontal.decoder.FrontalDecoder.executeCommand(FrontalDecoder.java:690)
        at cad.core.frontal.actions.implementation.GeneralAction.executeBox(GeneralAction.java:286)
        at cad.flux.frontal.actions.implementation.algo.project.FAbstractSaveAsAction.executeBox(FAbstractSaveAsAction.java:93)
        at cad.core.frontal.actions.implementation.GeneralAction.postAct(GeneralAction.java:254)
        at cad.core.frontal.actions.implementation.GeneralAction.interpret(GeneralAction.java:315)
        at cad.core.frontal.components.box.frontaldialog.FrontalDescriptorDialogBox.internalRun(FrontalDescriptorDialogBox.java:296)
        at cad.core.frontal.frontalthread.WorkerThread.executeImplementer(WorkerThread.java:226)
        at cad.core.frontal.frontalthread.WorkerThread.run(WorkerThread.java:274)
     

     

    Thanks for your help,

    Andoni

    Unable to find an attachment - read this blog