|
[Sponsors] |
Trouble adding temperature equations to icoFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 21, 2024, 00:46 |
Trouble adding temperature equations to icoFoam
|
#1 |
New Member
srikanth
Join Date: Apr 2024
Posts: 3
Rep Power: 2 |
Hi ,
I was trying to make a new solver "icoTempFoam" by adding three dimensional heat conduction equation (Fourier-biot equation) to icoFoam and the temperature field by using this openFoamwiki page : https://openfoamwiki.net/index.php/H...ure_to_icoFoam I am using openFoamv9 , because i had trouble doing the same on openFoamv11 and one of my friends got it right and he was using openFoamv9 , so i switched to it but now in openFoamv9 i'm getting new errors when i run the 'wmake ' command: make: *** No rule to make target 'Make/linux64GccDPInt32Opt/icoTempFoam.C.dep', needed by 'Make/linux64GccDPInt32Opt/icoTempFoam.o'. Stop. Thanks a lot for your replies 😊 |
|
April 22, 2024, 05:23 |
|
#2 |
Member
Lorenzo
Join Date: Apr 2020
Location: Italy
Posts: 47
Rep Power: 6 |
Hi Srikanth,
I guess that the main file (the only file .C inside the solver folder) is not named correctly, it should be icoTempFoam.C, please check it. If it is called like that, then I would check the document "files" inside Make folder. Here, it should be written: icoTempFoam.C EXE = $(FOAM_USER_APPBIN)/icoTempFoam Best regards, Lorenzo |
|
April 22, 2024, 12:40 |
Thanks , it worked !
|
#3 |
New Member
srikanth
Join Date: Apr 2024
Posts: 3
Rep Power: 2 |
Thank you so much it worked !
renaming the file name to icoTempFoam.C fixed the issue |
|
Tags |
heat transfer, icofoam solver error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ImmersedBoundary] Adding force term to Navier.S equaion(Implementing ImmersedBoundaryMethod to icoFoam) | Daniel73 | OpenFOAM Community Contributions | 5 | June 18, 2016 13:48 |
chtMultiRegionSimpleFoam | samiam1000 | OpenFOAM Running, Solving & CFD | 39 | March 31, 2016 09:43 |
Problems adding temperature to icoFoam | sur4j | OpenFOAM Programming & Development | 8 | January 11, 2015 02:14 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
wmake error while adding T to icoFoam | boongsin12 | OpenFOAM | 11 | November 23, 2012 20:34 |