|
[Sponsors] |
May 10, 2022, 01:12 |
Derivative in multiregion
|
#1 |
New Member
Mostafa
Join Date: Oct 2021
Posts: 22
Rep Power: 5 |
I solved the electric potential (phi) over fluid and solid mesh like a multi-region solver and I got continuous electric potential through coupling the two domains using iterative class ( compressible Turbulent Baffle) to set equal fluxes across interface which is used in heat transfer problems.
My question is regarding the Electric field : E = -fvc::grad(phi) although I had continuous electric potential (phi) across interface, i failed to get a continuous electric field across the interface after taking the gradient of phi what i did is that in the fluid domain i solved the electric potential and then took the derivative solve ( fvm::laplacian(epsilon,phiS) ); E = -1*fvc::grad(phiS); and also i did the same in solid regions solve ( fvm::laplacian(epsilon,phiS) ); E = -1*fvc::grad(phiS); in electric field file in the zero file , i set all the boundaries to calculated i'm asking about how the fvc::grad() can compute continous electric field (E) while computing every one on seperate mesh Thanks in advance |
|
May 15, 2022, 18:09 |
|
#2 |
New Member
Mostafa
Join Date: Oct 2021
Posts: 22
Rep Power: 5 |
i found the solution
simply, we have main polymesh folder , fluid polymesh and solid polymesh. so , after computig the electric potential over the two seperate meshes , we do a for loop on the solid data and fluid data and assign these data to the corresponding cells in the main mesh |
|
November 16, 2023, 09:25 |
Can you please explain a little bit more to get the continuous electric field.?
|
#3 |
New Member
Barath V R
Join Date: Aug 2022
Posts: 3
Rep Power: 4 |
Hi Mostafa,
Glad that you found the solution. Can you please explan a little bit more on the for loop.? Like whether it has to be created in the main solver and run during every time iteration or can be used for post processing alone.? As I am new to OpenFOAM please help me with this problem. Thanks, Barath |
|
November 17, 2023, 01:23 |
How to access the original polymesh in the time loop of chtMultiRegionFoam.?
|
#4 |
New Member
Barath V R
Join Date: Aug 2022
Posts: 3
Rep Power: 4 |
Hi Mostafa,
Can you please help me with some idea on how to access the original polymesh in the time loop of chtmultiregionfoam to calculate the derived variables.? Thanks, Barath |
|
Tags |
derivative, electric field, multiregions |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to add source term and material derivative of log(T) in openFaom. | idrees khan | OpenFOAM Programming & Development | 1 | January 27, 2021 15:32 |
Error when calculating the second derivative using the derivative function d2dy2 | mona.li | Tecplot | 0 | July 8, 2018 15:11 |
Derivative of a scalar or a variable through UDF | fevi84 | Fluent UDF and Scheme Programming | 7 | February 3, 2015 22:39 |
Tangential derivative on curved boundary | Simbelmynė | Main CFD Forum | 40 | October 14, 2014 07:57 |
discontinuous second derivative | new_at_this | Main CFD Forum | 9 | April 28, 2012 17:55 |