|
[Sponsors] |
Regarding constant flux calculation in 1D problem |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 5, 2017, 11:54 |
Regarding constant flux calculation in 1D problem
|
#1 |
Member
Phanindra
Join Date: Jan 2013
Posts: 39
Rep Power: 13 |
May be it's a simple thing , but ı'm confused and seek your help.
I was trying to solve a 1D diffusion equation: fvScalarMatrix CEqn ( fvm::ddt(C)-fvm::laplacian(DT1,C) ); CEqn.solve(); and when I look at the flux using: volVectorField C_flux("C_flux",(fvc::reconstruct(CEqn.flux()))); if (runTime.outputTime()) { C_flux.write(); } I'm getting non uniform distribution. I'm getting a Gaussian distribution where as the flux is supposed to be constant. Isn't it? Can any one help me to understand it |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
calculation restart problem OF1606 | ziemowitzima | OpenFOAM Running, Solving & CFD | 2 | December 7, 2016 04:57 |
Constant Heat Flux Boundary Condition | NightWing | FLUENT | 0 | February 26, 2016 06:43 |
Nusselt number 4.36 validation in a tube in constant heat flux situation | QustFelix | FLUENT | 6 | June 18, 2015 23:09 |
Calculation of Mass Flux in a Mass Transport Problem | h_fathi | OpenFOAM | 0 | May 31, 2015 09:05 |
Heat Flux Calculation under REPORTS | Alberto Schroth | FLUENT | 0 | May 16, 2000 09:19 |