|
[Sponsors] |
Magnetic Field Unphysical Results at Processor Boundaries |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 3, 2022, 00:08 |
Magnetic Field Unphysical Results at Processor Boundaries
|
#1 |
New Member
Caleb Schrad
Join Date: Jun 2021
Location: West Lafayette, IN
Posts: 2
Rep Power: 0 |
Hello,
I am trying to calculate the magnetic field induced by a current density field given by Where B is the magnetic field, J is the current density and mu is the magnetic permiability. I have implemented this equation as Code:
solve(fvm::laplacian(B) == -magPerm * fvc::curl(Je)); This expected behavior is observed when run in serial as shown in the first two images. However, when run in parallel, I get unphysical results with a pattern consistent with the borders between processors. The subdomains for the 4 processors can be seen in the third attachment and the magnetic field results in the last two figures. Does anyone have any ideas as to why this behavior would occur in parallel? Is there anything wrong with the line I implemented? Many thanks. |
|
Tags |
laplacian operator, magnetic field, parallelization, processor boundary |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tangential induced magnetic field | Far | Main CFD Forum | 2 | November 16, 2021 07:47 |
fluent MHD using .mag magnetic field | yuling | FLUENT | 0 | May 21, 2019 22:38 |
Long output in terminal. | ssa_cfd | OpenFOAM Running, Solving & CFD | 1 | March 18, 2019 06:25 |
External Magnetic Field Data Format for FLUENT MHD Module | eduardvinter | FLUENT | 0 | January 24, 2019 02:54 |
''unknown radialModelType type Gidaspow'' PROBLEM WITH THE BED TUTORIAL | AndoniBM | OpenFOAM Running, Solving & CFD | 2 | March 25, 2015 19:44 |