|
[Sponsors] |
Trying to manipulate rough wall function OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 2, 2017, 08:22 |
Trying to manipulate rough wall function OpenFOAM
|
#1 |
New Member
Leonidas
Join Date: Oct 2016
Location: UK
Posts: 5
Rep Power: 10 |
Hi to all,
I am trying to implement surface roughness in a wall by manipulating the /0/nut file directory but I receive the following error after running simpleFoam: Starting time loop Code:
Time = 1 smoothSolver: Solving for Ux, Initial residual = 1, Final residual = 0.005883928, No Iterations 1 smoothSolver: Solving for Uy, Initial residual = 7.677366e-109, Final residual = 7.677366e-109, No Iterations 0 smoothSolver: Solving for Uz, Initial residual = 1.535473e-108, Final residual = 1.535473e-108, 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::DICPreconditioner::calcReciprocalD(Foam::Field<double>&, Foam::lduMatrix const&) at ??:? #4 Foam::DICSmoother::DICSmoother(Foam::word const&, Foam::lduMatrix const&, Foam::FieldField<Foam::Field, double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&) at ??:? #5 Foam::lduMatrix::smoother::addsymMatrixConstructorToTable<Foam::DICSmoother>::New(Foam::word const&, Foam::lduMatrix const&, Foam::FieldField<Foam::Field, double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&) at ??:? #6 Foam::lduMatrix::smoother::New(Foam::word const&, Foam::lduMatrix const&, Foam::FieldField<Foam::Field, double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&, Foam::dictionary const&) at ??:? #7 Foam::GAMGSolver::initVcycle(Foam::PtrList<Foam::Field<double> >&, Foam::PtrList<Foam::Field<double> >&, Foam::PtrList<Foam::lduMatrix::smoother>&, Foam::Field<double>&, Foam::Field<double>&) const at ??:? #8 Foam::GAMGSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:? #9 Foam::fvMatrix<double>::solveSegregated(Foam::dictionary const&) at ??:? #10 Foam::fvMatrix<double>::solve(Foam::dictionary const&) at ??:? #11 Foam::fvMatrix<double>::solve() at ??:? #12 ? at ??:? #13 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #14 ? at ??:? Floating point exception (core dumped) Any help? Regards, Leonidas Last edited by wyldckat; April 30, 2017 at 13:19. Reason: Added [CODE][/CODE] markers |
|
April 3, 2017, 03:15 |
|
#2 |
Senior Member
Join Date: Jan 2014
Posts: 179
Rep Power: 12 |
Floating Point is mostly caused by wrong setting of BCs. So check them again.
|
|
April 3, 2017, 07:21 |
|
#3 |
New Member
Leonidas
Join Date: Oct 2016
Location: UK
Posts: 5
Rep Power: 10 |
Thanks for the reply.
This might was due to false z dimension at blockMeshDict but it is running now. I am waiting to see the differences in the results! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
[swak4Foam] installation problem with version 0.2.3 | Claudio87 | OpenFOAM Community Contributions | 9 | May 8, 2013 11:20 |
ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |
[swak4Foam] wmake groovyBC in OpenFOAM 1.7 ? | randomid | OpenFOAM Community Contributions | 1 | August 27, 2010 06:15 |
Droplet Evaporation | Christian | Main CFD Forum | 2 | February 27, 2007 07:27 |