|
[Sponsors] |
[groovyBC]error occurred when start to simulate convective BC |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 27, 2011, 21:15 |
[groovyBC]error occurred when start to simulate convective BC
|
#1 |
New Member
Wei Ma
Join Date: Feb 2011
Posts: 14
Rep Power: 15 |
Hi guys.
Previously, I set the boundary condition(surface temperature) as fixedValue, and everything was Ok. Then, I tried to use groovyBC to modified 0/T, to make it a convective BC. I installed groovyBC and ran demos with no problems. But, after the modification of boundary as Code:
environment { type groovyBC; variables "htot=55.0;Tinf=423.0;k=0.53"; valueExpression "Tinf"; fractionExpression "1.0/(1.0 + k/(mag(Tinf-T)*htot))"; } Code:
internalField uniform 298; Code:
Time = 0.01 #0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam171/lib/linuxGccDPOpt/libOpenFOAM.so" #1 Foam::sigFpe::sigFpeHandler(int) in "/opt/openfoam171/lib/linuxGccDPOpt/libOpenFOAM.so" #2 Uninterpreted: #3 Foam::divide(Foam::Field<double>&, double const&, Foam::UList<double> const&) in "/opt/openfoam171/lib/linuxGccDPOpt/libOpenFOAM.so" #4 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::operator/<Foam::fvPatchField, Foam::volMesh>(Foam::dimensioned<double> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/home/merlin/OpenFOAM/merlin-1.7.1/applications/bin/linuxGccDPOpt/cureLaplacianFoam" #5 in "/home/merlin/OpenFOAM/merlin-1.7.1/applications/bin/linuxGccDPOpt/cureLaplacianFoam" #6 __libc_start_main in "/lib/libc.so.6" #7 in "/home/merlin/OpenFOAM/merlin-1.7.1/applications/bin/linuxGccDPOpt/cureLaplacianFoam" Floating point exception Please help me, thank you very much in advance!! -Merlin |
|
March 29, 2011, 06:24 |
|
#2 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Bernhard |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TimeVaryingMappedFixedValue | irishdave | OpenFOAM Running, Solving & CFD | 32 | June 16, 2021 07:55 |
Transient DPM-About Start Stop times | Julie | FLUENT | 3 | January 24, 2014 08:39 |
Start star ccm+ remotely with mpiexec | Dagnir | Siemens | 0 | November 24, 2010 13:33 |
Convective / Conductive Heat Transfer in Hypersonic flows | enigma | Main CFD Forum | 2 | November 1, 2009 23:53 |
Lets start the public domain CFD-Project! | Heinz Wilkening | Main CFD Forum | 3 | March 11, 1999 23:55 |