|
[Sponsors] |
simpleFoam Validation in Urban Environment using AIJ guidelines (openCAE) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 20, 2013, 21:53 |
simpleFoam Validation in Urban Environment using AIJ guidelines (openCAE)
|
#1 |
Senior Member
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 18 |
Hi,
I've been trying to run Case-C of the AIJ-PWEAB test cases. It consists of a model of flow of air around a simple building. The model utilizes simpleFoam to solve it. I am using openFoam-2.1.1. I got over a few hurdles to get it to work, but now that it runs, the sequence breaks at iteration #2. The model can be found at: Case C = Simple Building Block. This is what the terminal shows when running the Allrun script : Code:
Running ./makeMesh on /home/admin1/AIJ-PWEAB/CaseC Running setDiscreteFields on /home/admin1/AIJ-PWEAB/CaseC Running simpleFoam on /home/admin1/AIJ-PWEAB/CaseC /opt/openfoam211/bin/tools/RunFunctions: line 37: 4194 Floating point exception(core dumped) $APP_RUN $* > log.$APP_NAME 2>&1 Running foamCalc on /home/admin1/AIJ-PWEAB/CaseC Running foamLog on /home/admin1/AIJ-PWEAB/CaseC Running sample on /home/admin1/AIJ-PWEAB/CaseC Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.1-221db2718bbb Exec : simpleFoam Date : Mar 20 2013 Time : 21:20:32 Host : "admin1-VirtualBox" PID : 4194 Case : /home/admin1/AIJ-PWEAB/CaseC 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 mesh for time = 0 Reading field p Reading field U Reading/calculating face flux field phi Selecting incompressible transport model Newtonian Selecting RAS turbulence model kEpsilon kEpsilonCoeffs { Cmu 0.09; C1 1.44; C2 1.92; sigmaEps 1.3; } No field sources present SIMPLE: convergence criteria field p tolerance 0.001 field "(U|k|epsilon|omega)" tolerance 0.0001 Starting time loop Time = 1 DILUPBiCG: Solving for Ux, Initial residual = 0.375188, Final residual = 0.0147972, No Iterations 1 DILUPBiCG: Solving for Uy, Initial residual = 1, Final residual = 0.0487866, No Iterations 1 DILUPBiCG: Solving for Uz, Initial residual = 1, Final residual = 0.0542991, No Iterations 1 GAMG: Solving for p, Initial residual = 1, Final residual = 0.00946159, No Iterations 2 time step continuity errors : sum local = 0.429902, global = -5.28454e-17, cumulative = -5.28454e-17 DILUPBiCG: Solving for epsilon, Initial residual = 0.0471403, Final residual = 0.000449379, No Iterations 1 DILUPBiCG: Solving for k, Initial residual = 0.2091, Final residual = 0.00420194, No Iterations 1 ExecutionTime = 0.22 s ClockTime = 1 s Time = 2 DILUPBiCG: Solving for Ux, Initial residual = 0.837893, Final residual = 0.035823, No Iterations 1 DILUPBiCG: Solving for Uy, Initial residual = 0.732454, Final residual = 0.0340259, No Iterations 1 DILUPBiCG: Solving for Uz, Initial residual = 0.726034, Final residual = 0.034602, No Iterations 1 #0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigFpe::sigHandler(int) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::DICPreconditioner::calcReciprocalD(Foam::Field<double>&, Foam::lduMatrix const&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #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&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #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&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #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&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #7 Foam::GAMGSolver::initVcycle(Foam::PtrList<Foam::Field<double> >&, Foam::PtrList<Foam::Field<double> >&, Foam::PtrList<Foam::lduMatrix::smoother>&) const in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #8 Foam::GAMGSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #9 Foam::fvMatrix<double>::solve(Foam::dictionary const&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libfiniteVolume.so" #10 in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/simpleFoam" #11 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #12 in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/simpleFoam" |
|
March 21, 2013, 03:18 |
|
#2 | |
New Member
Join Date: Nov 2012
Posts: 13
Rep Power: 14 |
You should check carefully the log files produced, especially the mesh part. There is a file setSet.batch missing in this directory. I copied the file from Case-A directory then everything is fine. I think the maintainer should fix this problem since I was puzzled by this problem for a long time.
Quote:
|
||
March 21, 2013, 07:11 |
|
#3 |
Senior Member
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 18 |
It Worked !! Thanks !!
You were exactly right. The file that is missing in the "setSet.batch". The log.MakeMesh complaints about this 1/3 of the way down: Code:
set points end points set face - owner - neigubour end face - owner - neigubour set boundary make Mesh end end /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.1-221db2718bbb Exec : insideCells constant/triSurface/building.stl building Date : Mar 20 2013 Time : 21:20:24 Host : "admin1-VirtualBox" PID : 4187 Case : /home/admin1/AIJ-PWEAB/CaseC 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 polyMesh for time = 0 Reading surface from "constant/triSurface/building.stl" Selected 7056 of 168912 cells Writing selected cells to cellSet building Use this cellSet e.g. with subsetMesh : subsetMesh building End /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.1-221db2718bbb Exec : setSet -constant -batch setSet.batch Date : Mar 20 2013 Time : 21:20:27 Host : "admin1-VirtualBox" PID : 4188 Case : /home/admin1/AIJ-PWEAB/CaseC 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 polyMesh for time = constant Time:constant cells:168912 faces:516498 points:178850 patches:6 bb:(-1 -1.5 0) (1.5 1.5 1.8) cellSets: building size:7056 Time = constant mesh not changed. Reading commands from file "setSet.batch" --> FOAM FATAL ERROR: Cannot open file "setSet.batch" From function setSet in file setSet.C at line 890. FOAM exiting /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.1-221db2718bbb Exec : subsetMesh building -overwrite Date : Mar 20 2013 Time : 21:20:29 Host : "admin1-VirtualBox" PID : 4189 Case : /home/admin1/AIJ-PWEAB/CaseC 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 mesh for time = 0 Reading cell set from building Adding exposed internal faces to a patch called "oldInternalFaces" (created if necessary) --> FOAM Serious Error : From function IOobject::readHeader(Istream&) in file db/IOobject/IOobjectReadHeader.C at line 89 Reading "/home/admin1/AIJ-PWEAB/CaseC/constant/index.html" at line 1 First token could not be read or is not the keyword 'FoamFile' Check header is of the form: /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class IOobject; location "constant"; object index.html; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Writing subsetted mesh and fields to time 0 End /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.1-221db2718bbb Exec : changeDictionary Date : Mar 20 2013 Time : 21:20:32 Host : "admin1-VirtualBox" PID : 4190 Case : /home/admin1/AIJ-PWEAB/CaseC 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 mesh for time = 0 Read dictionary changeDictionaryDict with replacements for dictionaries 1 ( boundary ) Replacing entries in dictionary boundary Special handling of boundary as polyMesh/boundary file. Loaded dictionary boundary with entries 7 ( x_ _x y_ _y z_ _z oldInternalFaces ) Merging entries from 2 ( z_ oldInternalFaces ) fieldDict: { x_ { type patch; nFaces 0; startFace 18872; } _x { type patch; nFaces 0; startFace 18872; } y_ { type patch; nFaces 0; startFace 18872; } _y { type patch; nFaces 0; startFace 18872; } z_ { type wall; nFaces 784; startFace 18872; } _z { type patch; nFaces 0; startFace 19656; } oldInternalFaces { type wall; nFaces 3808; startFace 19656; } } Writing modified fieldDict boundary End |
|
March 21, 2013, 16:49 |
Linux Question: Link Command
|
#4 |
Senior Member
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 18 |
I am now trying to run the Case B which consists of a validation of several turbulent models for wind around a single building. When you call the Allrun script, it goes through an array of values that direct it to each directory. Each Allrun script for each model contains the following code:
Code:
link ../share/Allrun Code:
link: missing operand after `../share/Allrun' Try `link --help' for more information. The complete Case B is at the SVN repository here: http://www.opencae.jp/svn/OpenFOAM-V...J-PWEAB/trunk/ This is the directory structure of Case B with the files highlighted: . ├── Allclean ├── Allrun ├── index.html ├── kEpsilon │** ├── 0 │** ├── Allclean │** ├── Allrun │** ├── constant │** ├── index.html │** └── system ├── LICENSE.GPL2 ├── NonlinearKEShih │** ├── 0 │** ├── Allclean │** ├── Allrun │** ├── constant │** ├── index.html │** └── system ├── README ├── realizableKE │** ├── 0 │** ├── Allclean │** ├── Allrun │** ├── constant │** ├── index.html │** └── system ├── RNGkEpsilon │** ├── 0 │** ├── Allclean │** ├── Allrun │** ├── constant │** ├── index.html │** └── system └── share ├── 0 ├── Allclean ├── Allrun <-- this one contains the juice ├── box.dat ├── caseBMesh.foam ├── constant ├── index.html ├── log.cellSet ├── log.makeMesh ├── log.setDiscreteFields ├── makeMesh ├── makeStructuredGridMesh.py ├── measured ├── org0 ├── postprocess.py ├── removeCellBoxes.py ├── system ├── x.dat ├── y.dat └── z.dat |
|
October 9, 2013, 17:45 |
|
#5 |
Senior Member
Join Date: Jul 2009
Posts: 260
Rep Power: 18 |
Did you ever work out what the problem was with B?
|
|
October 11, 2013, 19:39 |
|
#6 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
Looking back at the original problem: Quote:
To manually fix this, run from the "CaseB" folder the following block of code on the command line: Code:
for model in kEpsilon NonlinearKEShih RNGkEpsilon realizableKE do cd $model rm Allrun ln -s ../share/Allrun Allrun done Best regards, Bruno
__________________
|
||
October 18, 2013, 09:13 |
Case A
|
#7 |
New Member
Alex Lee
Join Date: Sep 2012
Posts: 15
Rep Power: 14 |
Dear Imano San,
I try to run the Case A from the files I download from your depository: \OpenFOAM-VandV-SIG_AIJ-PWEAB – オープンCAE学会_files Using the ./runAll script. However, seems like there is a problem related to ¥constant/boundaryData/x_. ( File missing….. ) Could you please kindly advise what is the problem I encountered and how to resolve it ? Thank you. Sincerely Yours, |
|
October 18, 2013, 09:32 |
|
#8 | |
Member
Masashi IMANO
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 34
Rep Power: 17 |
Dear Alex san,
Quote:
Now I have added the missing boundaryData directory, so could you execute "svn update" on the CaseA directory and run that again? Code:
svn update ./Allclean ./Allrun http://www.opencae.jp/changeset/125/OpenFOAM-VandV-SIG |
||
October 21, 2013, 04:51 |
|
#9 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
Hi Imano San,
I had the same problem with case A, described by Alex. I had already added in the files you gave for the boundaryData to my constant folder. However, my 'log.sample' and 'log' files showed up error messages, as follow. May you advise me how can I best solve it? 'log' file error: //==================================== --> FOAM FATAL IO ERROR: cannot find file file: /gpfs/home/tssim1/tssim1-2.0.1/AIJ/CaseA/constant/boundaryData/x_/points at line 0. From function regIOobject::readStream() in file db/regIOobject/regIOobjectRead.C at line 73. FOAM exiting ------------------------------------------------------------------------------ 'log.sample' file error: //====================================== Create time Create mesh for time = 0 Reading set description: verx_-075 verx_-050 verx_-025 verx_000 verx_050 verx_075 verx_125 verx_200 verx_325 Time = 0 --> FOAM FATAL IO ERROR: cannot find file file: /gpfs/home/tssim1/tssim1-2.0.1/AIJ/CaseA/constant/boundaryData/x_/points at line 0. From function regIOobject::readStream() in file db/regIOobject/regIOobjectRead.C at line 73. FOAM exiting Thanks a lot. Best Regards, Alvin |
|
October 21, 2013, 06:50 |
|
#10 |
Member
Masashi IMANO
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 34
Rep Power: 17 |
Dear Alvin san,
Probably this is because "constant/boundaryData/x_/points" is still missing. Please attach the result of following commands on the CaseA directory. Code:
ls -R Best regards, Masashi |
|
October 21, 2013, 06:58 |
|
#11 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
Attached is the result of the command "ls -R"
CaseA]$ ls -R .: Allclean Makefile profilek.gp setSet.batch z.dat Allrun makeStructuredGridMesh.py profileU.gp system constant orig0 README x.dat exp paraview.foam res.gp y.dat ./constant: boundaryData polyMesh RASProperties transportProperties triSurface ./constant/boundaryData: x_ ./constant/boundaryData/x_: 0 points ./constant/boundaryData/x_/0: epsilon k U ./constant/polyMesh: boundary ./constant/triSurface: building.stl ./exp: resutlsHolSec0125.txt resutlsHolSec1250.txt resutlsVerSec.txt ./orig0: epsilon include k nut p U ./orig0/include: slipPatches ./system: changeDictionaryDict decomposeParDict fvSolution controlDict fvSchemes sampleDict |
|
October 21, 2013, 07:05 |
|
#12 |
Member
Masashi IMANO
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 34
Rep Power: 17 |
Dear Alvin san,
Hmm, "points" files exists... Then how about an output of "ls -lR constant" ? Best regards, Masashi |
|
October 21, 2013, 07:29 |
|
#13 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
I have a question about the case A file in trunk folder versus that in branches folder.
What are the differences between these 2 case A files? |
|
October 21, 2013, 08:08 |
|
#14 | |
Member
Masashi IMANO
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 34
Rep Power: 17 |
Hi,
Quote:
as you see in that directory. On the other hand trunk is a directory for relative new version of OF. As for a structure of these kind of subversion repository, please search "subversion" on the web. Which version of OF do you use? All the best, Masashi |
||
October 21, 2013, 11:07 |
|
#15 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
My OF is 2.0.
|
|
October 22, 2013, 01:33 |
|
#16 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
Dear Masashi-san,
I have changed to OF2.1 and included the boundaryData's points, k, U and epsilon in the constant folder. All the log files did not show up any error messages, except 'log' file. /*---------------------------------------------------------------------------*\ | ========= | | | \\ / 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-bd7367f93311 Exec : simpleFoam Date : Oct 22 2013 Time : 12:22:58 Host : "hpclogin2" PID : 16674 Case : /OpenFOAM-VandV-SIG/AIJ-PWEAB/branches/2.1/CaseA 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 mesh for time = 0 Reading field p Reading field U Reading/calculating face flux field phi Selecting incompressible transport model Newtonian Selecting RAS turbulence model kEpsilon --> FOAM FATAL IO ERROR: Unknown patchField type nutkAtmRoughWallFunction for patch type wall Valid patchField types are : 65 ( advective atmBoundaryLayerInletEpsilon buoyantPressure calculated codedFixedValue codedMixed cyclic cyclicAMI cyclicSlip directionMixed empty epsilonWallFunction fan fanPressure fixedFluxPressure fixedGradient fixedInternalValue fixedPressureCompressibleDensity fixedValue freestream freestreamPressure inletOutlet inletOutletTotalTemperature kappatJayatillekeWallFunction kqRWallFunction mapped mappedField mappedFixedInternalValue mappedFixedPushedInternalValue mixed nonuniformTransformCyclic nutLowReWallFunction nutTabulatedWallFunction nutURoughWallFunction nutUSpaldingWallFunction nutUWallFunction nutkRoughWallFunction nutkWallFunction omegaWallFunction oscillatingFixedValue outletInlet outletMappedUniformInlet partialSlip processor processorCyclic rotatingTotalPressure sliced slip symmetryPlane syringePressure timeVaryingMappedFixedValue totalPressure totalTemperature turbulentHeatFluxTemperature turbulentInlet turbulentIntensityKineticEnergyInlet turbulentMixingLengthDissipationRateInlet turbulentMixingLengthFrequencyInlet uniformDensityHydrostaticPressure uniformFixedValue uniformTotalPressure waveSurfacePressure waveTransmissive wedge zeroGradient ) file: /OpenFOAM-VandV-SIG/AIJ-PWEAB/branches/2.1/CaseA/0/nut::boundaryField::z_ from line 27 to line 30. From function fvPatchField<Type>::New(const fvPatch&, const DimensionedField<Type, volMesh>&, const dictionary&) in file /usr/local/OpenFOAM/OpenFOAM-2.1.0/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 135. FOAM exiting Thanks a lot. |
|
October 22, 2013, 03:29 |
Case B -- Cannot find file "points" in directory "polyMesh" in times 0 down to consta
|
#17 |
New Member
Alex Lee
Join Date: Sep 2012
Posts: 15
Rep Power: 14 |
Dear all,
While running the ./Allrun script in /CaseB/ folder, there is an error associated with simpleFoam. The error message is captured below for your reference: *---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.1.1-221db2718bbb Exec : simpleFoam Date : Oct 22 2013 Time : 14:20:44 Host : "judah-Ubuntu" PID : 18853 Case : /home/alex/V_V_Cases/AIJ-PWEAB/branches/2.1/CaseB/kEpsilon 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 mesh for time = 0 --> FOAM FATAL ERROR: Cannot find file "points" in directory "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 ------------------------------------ Any clue ? |
|
October 22, 2013, 04:21 |
|
#18 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
Hi Masashi-san,
Is there supposed to be an include/slipPatches file in the orig0 folder, meant for U, epsilon and k for Case C? Unable to find the include/slipPatches file in the URI of the repository. Best regards |
|
October 22, 2013, 04:59 |
|
#19 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
Hi,
I encountered the following error messages for Case D when ./Allrun was issued. Hope to seek advice to resolve them. ----------------------------------------------------------------------------------------------------- The 'log.potentialFoam' file (within the 'xdeg' folder): /*---------------------------------------------------------------------------*\ | ========= | | | \\ / 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-bd7367f93311 Exec : potentialFoam -writep Date : Oct 22 2013 Time : 15:32:31 Host : "hpclogin2" PID : 15351 Case : /gpfs/home/tssim1/OpenCAE/AIJ-new/OpenFOAM-VandV-SIG/AIJ-PWEAB/branches/2.1/CaseD/45deg 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 mesh for time = 0 Reading field p Reading field U Calculating potential flow GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 GAMG: Solving for p, Initial residual = 0, Final residual = 0, No Iterations 0 continuity error = 0 Interpolated U error = 0 ExecutionTime = 3.54 s ClockTime = 4 s End --------------------------------------------------------------------------------- In log.simpleFoam file: /*---------------------------------------------------------------------------*\ | ========= | | | \\ / 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-bd7367f93311 Exec : simpleFoam Date : Oct 22 2013 Time : 15:32:35 Host : "hpclogin2" PID : 15353 Case : /gpfs/home/tssim1/OpenCAE/AIJ-new/OpenFOAM-VandV-SIG/AIJ-PWEAB/branches/2.1/CaseD/45deg 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 mesh for time = 0 Reading field p Reading field U Reading/calculating face flux field phi Selecting incompressible transport model Newtonian Selecting RAS turbulence model kEpsilon bounding k, min: 0 max: 1 average: 1 bounding epsilon, min: 0 max: 1 average: 1 #0 Foam::error:rintStack(Foam::Ostream&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigFpe::sigHandler(int) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 __restore_rt at sigaction.c:0 #3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #4 void Foam::divide<Foam::fvPatchField, Foam::volMesh>(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #5 ?? at kEpsilon.C:0 #6 Foam::incompressible::RASModels::kEpsilon::kEpsilo n(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::transportModel&, Foam::word const&, Foam::word const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #7 Foam::incompressible::RASModel::adddictionaryConst ructorToTable<Foam::incompressible::RASModels::kEp silon>::New(Foam::GeometricField<Foam::Vector<doub le>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::transportModel&, Foam::word const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #8 Foam::incompressible::RASModel::New(Foam::Geometri cField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::transportModel&, Foam::word const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #9 main in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/bin/simpleFoam" #10 __libc_start_main in "/lib64/libc.so.6" #11 Foam::regIOobject::writeObject(Foam::IOstream::str eamFormat, Foam::IOstream::versionNumber, Foam::IOstream::compressionType) const in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/bin/simpleFoam" ------------------------------------------------------------------------------------------------------------------------------- In the 'log.setDiscreteFields' file: /usr/local/OpenFOAM/OpenFOAM-2.1.0/bin/tools/RunFunctions: line 47: setDiscreteFields: command not found ------------------------------------------------ Thanks a lot! |
|
October 22, 2013, 05:52 |
|
#20 |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
Hi,
For case E and case F, the following problems were found when ./Allrun script is issued. 1) ./makeInit: line 9: setDiscreteFields: command not found 2) simpleFoam | tee log /*---------------------------------------------------------------------------*\ | ========= | | | \\ / 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-bd7367f93311 Exec : simpleFoam Date : Oct 22 2013 Time : 16:39:18 Host : "smpsvr" PID : 1624 Case : /gpfs/home/tssim1/OpenCAE/AIJ-new2/OpenFOAM-VandV-SIG/AIJ-PWEAB/branches/2.1/CaseE/NNE 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 mesh for time = 0 Reading field p Reading field U Reading/calculating face flux field phi Selecting incompressible transport model Newtonian Selecting RAS turbulence model kEpsilon bounding k, min: 0 max: 0.5 average: 0.5 bounding epsilon, min: 0 max: 1 average: 1 #0 Foam::error:rintStack(Foam::Ostream&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigFpe::sigHandler(int) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 __restore_rt at sigaction.c:0 #3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #4 void Foam::divide<Foam::fvPatchField, Foam::volMesh>(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #5 ?? at kEpsilon.C:0 #6 Foam::incompressible::RASModels::kEpsilon::kEpsilo n(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::transportModel&, Foam::word const&, Foam::word const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #7 Foam::incompressible::RASModel::adddictionaryConst ructorToTable<Foam::incompressible::RASModels::kEp silon>::New(Foam::GeometricField<Foam::Vector<doub le>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::transportModel&, Foam::word const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #8 Foam::incompressible::RASModel::New(Foam::Geometri cField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::transportModel&, Foam::word const&) in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so" #9 main in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/bin/simpleFoam" #10 __libc_start_main in "/lib64/libc.so.6" #11 Foam::regIOobject::writeObject(Foam::IOstream::str eamFormat, Foam::IOstream::versionNumber, Foam::IOstream::compressionType) const in "/usr/local/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/bin/simpleFoam" /usr/bin/R --vanilla < makextics.R /bin/sh: /usr/bin/R: No such file or directory make: *** [xtics.gp] Error 127 ./makeInit 2>&1 | tee tmp.init ------------------------------------------------------- Hope there is a solution to it. Best regards |
|
Tags |
buildings, simplefoam, urban wind, validation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX problem in ubuntu (linux) | Vigneshramaero | CFX | 0 | July 13, 2012 11:22 |
CFX-Pre problem, pls help!!! | cth_yao | CFX | 0 | February 17, 2012 01:52 |
Porous jump in urban environment | samygero | FLUENT | 0 | February 14, 2011 19:26 |