Forum: OpenFOAM Running, Solving & CFD
August 3, 2022, 05:12
|
Replies: 32
Views: 12,325
|
Forum: OpenFOAM Running, Solving & CFD
May 28, 2022, 11:01
|
Replies: 17
Views: 30,649
|
Forum: OpenFOAM Running, Solving & CFD
May 27, 2022, 10:01
|
Replies: 17
Views: 30,649
|
Forum: OpenFOAM Pre-Processing
July 20, 2020, 05:38
|
Replies: 37
Views: 9,940
Precisely, "it turns out that I had deleted one...
Precisely, "it turns out that I had deleted one patch in constant/polyMesh/boundary that came from the blockMeshDict, as advised in Callum Douglas' Youtube video on snappyHexMesh" is what caused my...
|
Forum: OpenFOAM Pre-Processing
July 20, 2020, 04:04
|
Replies: 37
Views: 9,940
I didn't mean to say that snappyHexMesh is...
I didn't mean to say that snappyHexMesh is supposed to be aware of the STL geometry protruding outside the bounding box. The message was merely to set out one case where the decomposePar error...
|
Forum: OpenFOAM Pre-Processing
July 20, 2020, 03:32
|
Replies: 37
Views: 9,940
I just fixed a problem that showed up with...
I just fixed a problem that showed up with similar error message during decomposePar.
After running 'checkMesh -allTopology -allGeometry', it turns out that I had deleted one patch in...
|
Forum: OpenFOAM Running, Solving & CFD
June 25, 2020, 13:34
|
Replies: 3
Views: 392
Thanks for the tip off.
I ran it and got no...
Thanks for the tip off.
I ran it and got no profiling results.
It turns out need to set compiling option to 'Prof':
export WM_COMPILE_OPTION=Prof
Re-compiled OpenFOAM yesterday evening.
...
|
Forum: OpenFOAM Running, Solving & CFD
June 22, 2020, 04:41
|
Replies: 30
Views: 7,647
|
Forum: OpenFOAM Running, Solving & CFD
June 21, 2020, 10:16
|
Replies: 3
Views: 392
|
Forum: OpenFOAM Running, Solving & CFD
June 20, 2020, 09:55
|
Replies: 30
Views: 7,647
|
Forum: OpenFOAM Programming & Development
June 20, 2020, 04:07
|
Replies: 8
Views: 1,803
|
Forum: OpenFOAM Running, Solving & CFD
June 19, 2020, 12:23
|
Replies: 30
Views: 7,647
Update:
The postprocessing output comes in the...
Update:
The postprocessing output comes in the form of a text file for each of the patches named in the patchPostProcessing dictionary in each of the time directories, like below (1 escape parcel at...
|
Forum: OpenFOAM Running, Solving & CFD
June 18, 2020, 04:01
|
Replies: 30
Views: 7,647
|
Forum: OpenFOAM Running, Solving & CFD
June 17, 2020, 10:22
|
Replies: 30
Views: 7,647
|
Forum: OpenFOAM Running, Solving & CFD
June 17, 2020, 06:47
|
Replies: 30
Views: 7,647
|
Forum: OpenFOAM Running, Solving & CFD
June 17, 2020, 01:39
|
Replies: 1
Views: 748
There's a short description about...
There's a short description about particleCollector here : https://openfoam.org/release/2-2-0/physical-modelling-particles-porosity-turbulence/, and it points to the splashPanel tutorial (under...
|
Forum: OpenFOAM Running, Solving & CFD
June 16, 2020, 23:54
|
Replies: 30
Views: 7,647
Tobias, Ali, Thanks. It works!
This solver...
Tobias, Ali, Thanks. It works!
This solver is such a great tool. I absolutely love it.
================
On the replacing 'runTime.timeName()' with "0", I guess you are right, though I...
|
Forum: OpenFOAM Running, Solving & CFD
June 16, 2020, 09:09
|
Replies: 30
Views: 7,647
Does anyone know a way to make...
Does anyone know a way to make icoUncoupledKinematicParcelFoam not recreate files for volume fields of the flow in every time directory? I would think to satisfy ParaView creating links to the volume...
|
Forum: OpenFOAM Running, Solving & CFD
June 15, 2020, 12:07
|
Replies: 10
Views: 3,717
Thanks. It works now using the Glyph filter.
...
Thanks. It works now using the Glyph filter.
Indeed after posting the last remark yesterday I looked through the time directories and inspected the Lagrangian VTK files (they are in ASCII) and...
|
Forum: OpenFOAM Running, Solving & CFD
June 14, 2020, 05:25
|
Replies: 10
Views: 3,717
|
Forum: OpenFOAM Community Contributions
June 13, 2020, 11:36
|
Replies: 23
Views: 5,842
Plotting particles added and escapes
Hi All,
How do you get pyFoamPlotWatcher to plot the added particle count and the escape count from solver.log?
The typical time step output for particles look like below:
Time = 0.875
...
|
Forum: OpenFOAM Installation
May 28, 2020, 05:00
|
Replies: 1
Views: 544
In directory wmake/rules/linuxARM7Gcc, for two...
In directory wmake/rules/linuxARM7Gcc, for two files, cOpt and c++Opt, option '-mfloat-abi=softfp', change 'softfp' to 'hard'.
ARM7 in RPI4 has a hardware floating point processor. The developers...
|