View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002512 | OpenFOAM | Bug | public | 2017-03-21 23:05 | 2017-03-22 17:26 |
Reporter | dl6tud | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Fixed in Version | dev | ||||
Summary | 0002512: Mistake in Fourier Courant Number | ||||
Description | Dear Mr. Weller, I believe, there is a mistake in the Fourier Number as defined in openfoam4/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C The Fourier Number should be Fo = kappa / (rho * cp) * t/L^2. (see: https://de.wikipedia.org/wiki/Fourier-Zahl) In it's definition, there appears only L, but not L^2 surfaceScalarField kapparhoCpbyDelta ( mesh.surfaceInterpolation::deltaCoeffs() // 1/L * fvc::interpolate(kappa) // kappa / fvc::interpolate(Cprho) // 1/(rho*cp) ); // t DiNum = gMax(kapparhoCpbyDelta.primitiveField())*runTime.deltaT().value(); Do you agree? Best regards, Norbert Weber | ||||
Tags | No tags attached. | ||||