CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

bug for wallHeatFlux OF5.x-dev?

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 1 Post By student666
  • 1 Post By atulkjoy
  • 1 Post By student666
  • 1 Post By wyldckat
  • 1 Post By atulkjoy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 1, 2017, 16:17
Default bug for wallHeatFlux OF5.x-dev?
  #1
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
Hi,

I ran a case with two solid regions, If at the end of the simulation I run
Code:
chtMultiRegionSimpleFoam -postProcess -func wallHeatFlux -region solid1
I got this error
Code:
Build  : dev-540796ea3aaf
Exec   : chtMultiRegionSimpleFoam -postProcess -func wallHeatFlux -region solid1
Date   : Sep 01 2017
Time   : 22:16:11
Host   : "michele-N552VW"
PID    : 6559
I/O    : uncollated
Case   : /home/michele/OpenFOAM/michele-dev/run/chtProva/finale
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create solid mesh for region solid1 for time = 0

Create solid mesh for region solid2 for time = 0



--> FOAM FATAL ERROR: 
No fluid meshes present

    From function chtMultiRegionSimpleFoam
    in file ../createMeshesPostProcess.H at line 5.

FOAM exiting
To reproduce the error just run the ./run bash

Is this a bug I should report?
Thanks
Attached Files
File Type: zip chtProva.zip (29.2 KB, 8 views)
atulkjoy likes this.
student666 is offline   Reply With Quote

Old   September 2, 2017, 02:31
Default Wall Heat Flux
  #2
Member
 
Atul Kumar
Join Date: Dec 2015
Location: National Centre for Combustion Research and Development
Posts: 48
Rep Power: 10
atulkjoy is on a distinguished road
Use this utility I compiled through 4.x, dev, and plus version I hope this will work with 5.x too just in make/option chane $(WM_PROJECT_USER_DIR)/src to $(LIB_SRC) and compile.
Attached Files
File Type: gz wallHeatFlux.tar.gz (131.8 KB, 9 views)
Saeng Kinley likes this.
atulkjoy is offline   Reply With Quote

Old   September 2, 2017, 06:25
Default
  #3
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
Hi thank you for support, but I think I can't use your files so easily
You changed all options by defining new thermoModels as MythermoModels e.g.
atulkjoy likes this.
student666 is offline   Reply With Quote

Old   September 2, 2017, 11:21
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all!

@student666: I've tested this and it was in fact a bug or at least a missing feature. I've submitted a patch for it here: https://bugs.openfoam.org/view.php?id=2684

Which installation instructions have you followed?

Best regards,
Bruno
Saeng Kinley likes this.
__________________
wyldckat is offline   Reply With Quote

Old   September 2, 2017, 12:44
Default
  #5
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
Hi Bruno,

my actual installation is as by the following thread
Problem for OF-dev on linuxMint 18.2 Sonya

so the link is:

https://openfoam.org/download/dev-ubuntu/
student666 is offline   Reply With Quote

Old   September 3, 2017, 07:15
Default
  #6
Member
 
Atul Kumar
Join Date: Dec 2015
Location: National Centre for Combustion Research and Development
Posts: 48
Rep Power: 10
atulkjoy is on a distinguished road
Quote:
Originally Posted by student666 View Post
Hi thank you for support, but I think I can't use your files so easily
You changed all options by defining new thermoModels as MythermoModels e.g.
You can change it to $(LIB_SRC)/thermophysicalModel/what ever u want
Or there is old.option file rename it as option it will work

Sent from my Lenovo K50a40 using CFD Online Forum mobile app
student666 likes this.
atulkjoy is offline   Reply With Quote

Old   September 3, 2017, 10:02
Default
  #7
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by student666 View Post
Hi Bruno,

my actual installation is as by the following thread
Problem for OF-dev on linuxMint 18.2 Sonya

so the link is:

https://openfoam.org/download/dev-ubuntu/
Quick answer:
  1. You can either wait for OpenFOAM-dev to be updated sometime tomorrow, which hopefully will already include this bug fixed in it.
  2. Or you can try running the following commands for updating the build:
    Code:
    cd $FOAM_SOLVERS/heatTransfer/chtMultiRegionFoam
    sudo wget "https://bugs.openfoam.org/file_download.php?file_id=2203&type=bug" -O createMeshesPostProcess.H
    sudo -s
    source /opt/openfoam-dev/etc/bashrc
    wmake -j all
    wclean all
    exit
wyldckat is offline   Reply With Quote

Old   September 3, 2017, 10:02
Default
  #8
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 16
student666 is on a distinguished road
Thank you both

Sent from my ASUS_X008D using CFD Online Forum mobile app
student666 is offline   Reply With Quote

Old   September 8, 2017, 16:38
Default
  #9
Member
 
Atul Kumar
Join Date: Dec 2015
Location: National Centre for Combustion Research and Development
Posts: 48
Rep Power: 10
atulkjoy is on a distinguished road
Hi,
please follow the link to find bug in openfoam 5.x version
Wall Heat Flux utulity
atulkjoy is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug in Workbench CFX Pierre1 CFX 6 August 2, 2017 00:18
SU2_MSH: Periodic boundary conditions bug Zef SU2 1 February 18, 2015 13:28
dieselEngineFoam bug - OpenFOAM-1.6-ext novakm OpenFOAM Bugs 1 December 5, 2013 13:18
Serious bug in LES interface fs82 OpenFOAM Bugs 21 November 16, 2009 08:15
Bug reports Mattijs Janssens (Mattijs) OpenFOAM 0 January 10, 2005 10:05


All times are GMT -4. The time now is 22:31.