|
[Sponsors] |
rhoCentralFoam with BC externalWallHeatFluxTemperature |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 10, 2022, 10:32 |
rhoCentralFoam with BC externalWallHeatFluxTemperature
|
#1 |
New Member
Join Date: Sep 2020
Posts: 28
Rep Power: 6 |
Hello! I have created case where sphere is streamlined with laminar regime.
case can be downloaded from: https://drive.google.com/file/d/1HwL...ew?usp=sharing I use rhoCentralFoam to calculate fields and use boundary condition on the wall like externalWallHeatFluxTemperature to assing heat flux on this patch. But when I run simulation I get this problem: Code:
Starting time loop Mean and max Courant Numbers = 0.124418 0.701491 deltaT = 2.85103e-06 Time = 2.85103e-06 diagonal: Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0 diagonal: Solving for rhoUx, Initial residual = 0, Final residual = 0, No Iterations 0 diagonal: Solving for rhoUy, Initial residual = 0, Final residual = 0, No Iterations 0 diagonal: Solving for rhoUz, Initial residual = 0, Final residual = 0, No Iterations 0 smoothSolver: Solving for Ux, Initial residual = 1, Final residual = 3.72523e-05, No Iterations 2 smoothSolver: Solving for Uy, Initial residual = 1, Final residual = 4.35482e-05, No Iterations 2 smoothSolver: Solving for Uz, Initial residual = 1, Final residual = 4.27089e-05, No Iterations 2 diagonal: Solving for rhoE, Initial residual = 0, Final residual = 0, No Iterations 0 #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in /lib/x86_64-linux-gnu/libc.so.6 #3 Foam::heThermo<Foam::psiThermo, Foam::pureMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::he(Foam::Field<double> const&, Foam::Field<double> const&, int) const at ??:? #4 Foam::mixedEnergyFvPatchScalarField::updateCoeffs() at ??:? #5 Foam::mixedFvPatchField<double>::evaluate(Foam::UPstream::commsTypes) at ??:? #6 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::evaluate() in ~/OpenFOAM/OpenFOAM-v1912/platforms/linux64GccDPInt32Opt/bin/rhoCentralFoam #7 ? in ~/OpenFOAM/OpenFOAM-v1912/platforms/linux64GccDPInt32Opt/bin/rhoCentralFoam #8 __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6 #9 ? in ~/OpenFOAM/OpenFOAM-v1912/platforms/linux64GccDPInt32Opt/bin/rhoCentralFoam Floating point exception (core dumped) |
|
April 10, 2022, 13:03 |
|
#2 |
Senior Member
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15 |
The solver crashes solving rhoE. I recommend checking the boundary conditions for that. May be, there are non physical.
__________________
Uwe Pilz -- Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to apply a turbulence model to the rhoCentralFoam solver? | arussell92 | OpenFOAM Pre-Processing | 18 | July 25, 2022 05:26 |
Modify rhoCentralFoam: other equations of state | fivos | OpenFOAM Programming & Development | 5 | July 29, 2020 14:17 |
Inviscid simulation in rhoCentralFoam | chencw | OpenFOAM Running, Solving & CFD | 0 | April 13, 2018 16:49 |
dynamic mesh refinement and rhoCentralFoam | ChrisA | OpenFOAM Running, Solving & CFD | 1 | March 21, 2013 09:00 |
rhoCentralFoam solver with Slip BCs fails in Parallel Only | JLight | OpenFOAM Running, Solving & CFD | 2 | October 11, 2012 22:08 |