|
[Sponsors] |
What does this error when use solver chtMultiRegionFoam mean |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 2, 2014, 06:09 |
What does this error when use solver chtMultiRegionFoam mean
|
#1 |
Member
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 12 |
When I use openfoam turorials multiRegionHeater when I write blockMesh in terminal there isnt any problem but when I write chtMultiRegionFoam terminal write this :
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.0-0bc225064152 Exec : chtMultiRegionFoam Date : Oct 02 2014 Time : 12:04:55 Host : "sajad-pc" PID : 1938 Case : /home/sajad/Desktop/multiRegionHeater nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create fluid mesh for region bottomAir for time = 0 --> FOAM FATAL ERROR: Cannot find file "points" in directory "bottomAir/polyMesh" in times 0 down to constant From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&) in file db/Time/findInstance.C at line 188. FOAM exiting what's the problem?is anybody now ? I exactly copy the openfoam tutorial and use chtMultiRegionFoam solver.why it write fatal error? |
|
October 2, 2014, 06:18 |
|
#2 |
Member
Laurent Fitschy
Join Date: May 2011
Posts: 40
Rep Power: 15 |
Hi,
That error means your mesh has not been built correctly. Running blockMesh is not enough to create a multi region case for chtMultiRegionFoam because mesh has to be split into regions. Have a look at Allrun script in the tutorial directory and execute it. Regards. |
|
October 2, 2014, 17:03 |
|
#3 | |
Member
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 12 |
Quote:
tnx for your reply. do you mean that I should change openfoam tutorial multiRegionHeater to see this solver how work?multiRegionHeater isn't complete? if multiRegionHeater is incomplete do you have any complete tutorial in order to see chtMultiRegionFoam how work? |
||
October 3, 2014, 03:28 |
|
#4 |
Member
Laurent Fitschy
Join Date: May 2011
Posts: 40
Rep Power: 15 |
||
October 3, 2014, 14:27 |
|
#5 |
Member
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 12 |
tnx for your answer.
I execute ./Allrun and terminal write this: sajad@sajad-pc:~/Desktop/multiRegionHeater$ ./Allrun blockMesh already run on /home/sajad/Desktop/multiRegionHeater: remove log file to re-run Running topoSet on /home/sajad/Desktop/multiRegionHeater splitMeshRegions already run on /home/sajad/Desktop/multiRegionHeater: remove log file to re-run Running chtMultiRegionSimpleFoam on /home/sajad/Desktop/multiRegionHeater creating files for paraview post-processing created 'multiRegionHeater.blockMesh' created 'multiRegionHeater.OpenFOAM' created 'multiRegionHeater{bottomAir}.OpenFOAM' created 'multiRegionHeater{heater}.OpenFOAM' created 'multiRegionHeater{leftSolid}.OpenFOAM' created 'multiRegionHeater{rightSolid}.OpenFOAM' created 'multiRegionHeater{surrondingSolid}.OpenFOAM' created 'multiRegionHeater{topAir}.OpenFOAM' creating files for residual ./Allrun: 58: foamLog: Permission denied why at the end it write Permission denied? |
|
October 3, 2014, 15:18 |
|
#6 |
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 22 |
Try first to run ./Allclean.
If you don't have permissions type in the temrinal chmod +x <name of the document> Regards, Alex
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in! |
|
October 3, 2014, 16:15 |
|
#7 | |
Member
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 12 |
Quote:
tnx for your replying. I don't use chmod until now.can you tell me how can I use this command for my purpose ? what is +x in this command ? what document I should write to permit me solve the problem ? |
||
October 6, 2014, 08:38 |
|
#8 |
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 22 |
What you are requesting you can easily find it out by yourself by typing in the terminal:
Code:
chmod --help Alex
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
EMMS drag model UDF | NAD | Fluent UDF and Scheme Programming | 26 | November 19, 2017 08:49 |
Can't get data from OpenFoam to external solver using externalCoupled | perry | OpenFOAM Running, Solving & CFD | 4 | May 26, 2014 09:09 |
Using a Different Thermodynamics Package with the chtMultiRegionFoam Solver | m.nichols19 | OpenFOAM | 7 | March 17, 2011 17:26 |
Creating a new solver from chtMultiRegionFoam | David_010 | OpenFOAM Programming & Development | 0 | April 20, 2010 12:36 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |