Juris Vencels

Results 21 comments of Juris Vencels

When compiled in Debug mode ` cmake -DWITH_MPI=TRUE -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install ../elmerfem` the following error appears. > 10 0.1031E-06 > 11 0.3683E-07 > 11 0.3683E-07 > WARNING:: CoordinateTransform: Polar Decomposition Determinant...

Thanks @ettaka Will test it and let you know

@raback this is regarding the CoilSolver. Could you please take a look at this change in the test case that causes ``` WARNING:: CoilSolver: No negative current sources on coil...

Correct. Removing the coil start/end solves the problem. Running the case in serial or parallel makes no difference. I get the same error when I connect the coil driven by...

@ettaka Removing Coil Start and Coil End from boundary conditions resolves the issue with (2) https://github.com/ElmerCSC/elmerfem/pull/440#issuecomment-1937921332 Do we need a Coil Start/End for anything?

CoilSolver is supposed to extend the homogenization method for tranded/litz windings, which is quite common for high-freq applications. Before, the RotMSolver was used with Direction solvers, but it can be...

I'll share another case to show the problem explicitly. The geometry has two simple turns. ![image](https://github.com/ElmerCSC/elmerfem/assets/5177281/195c67e0-c727-4cef-8663-318ee1430a0c) oneCoil.sif - we connect only one turn to circuits, another one is modeled as...

Orthogonality between skin effect and proximity effects are assumed (without going into details, many articles mention that). With this, superposition can be applied and losses summed. Separately estimated skin and...

@ettaka Regarding putting proximity losses into harmonic loss, I see no difference as it is just a naming. Regarding Joule losses, in 3D, they are not considering the fill factor....