CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

How to run DTCHull

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 16, 2015, 09:52
Default How to run DTCHull
  #1
New Member
 
guzman
Join Date: Sep 2015
Posts: 6
Rep Power: 10
guzman is on a distinguished road
I am new to OpenFoam and am trying to run a range of examples.
I am trying to run DTCHull case, and I don't know how to do it. I did the following steps:

- blockMesh
- snappyHexMesh -overwrite
- decomposePar

Until here everything is ok. How should I proceed now?
Can anyone help me out here?

Thanks in advance
guzman is offline   Reply With Quote

Old   September 16, 2015, 12:02
Default
  #2
New Member
 
Join Date: Sep 2013
Posts: 10
Rep Power: 12
simon-2 is on a distinguished road
you don't have to run them step by step. Just run the Allrun-Script. Alternatively, you can open this file in text editor to see what the single steps are and run them one after the other- maybe this helps to learn and understand what is done
simon-2 is offline   Reply With Quote

Old   September 16, 2015, 12:40
Default
  #3
New Member
 
Join Date: Sep 2013
Posts: 10
Rep Power: 12
simon-2 is on a distinguished road
PS: this case has a rather complex meshing procedure, so it is not the best case for getting started with openfoam. i recommend you to run (/try to understand) some easier tutorial cases first.

a more basic sequence is something like this:

-blockmesh (create the background mesh)
-snappyhexmesh (refine and snap to your geometry)
-run the main solver

additional steps are needed depending on the solver and problem, e.g. setFields to tell interDyMFoam where there is water and where there is air in the initial state.

unfortunately, openfoam is not that easy to get started, but with some reading and some trial and error, you will soon find out how things work.
good luck and keep on trying
simon-2 is offline   Reply With Quote

Old   September 17, 2015, 05:17
Default
  #4
New Member
 
guzman
Join Date: Sep 2015
Posts: 6
Rep Power: 10
guzman is on a distinguished road
OK! Thanks a lot for your replay! I will keep on trying
guzman is offline   Reply With Quote

Old   September 21, 2015, 10:59
Default
  #5
New Member
 
guzman
Join Date: Sep 2015
Posts: 6
Rep Power: 10
guzman is on a distinguished road
Hi,

I ran the DTCHull case of the easy way (Allrun-Script) and appears this error:

ERROR: In /home/openfoam/OpenFOAM/ParaView-4.1.0/VTK/IO/Geometry/vtkOpenFOAMReader.cxx, line 6467
vtkOpenFOAMReaderPrivate (0xa7204e8): Error reading line 23 of /home/hmc_ubuntu/OpenFOAM/openfoam240/tutorials/multiphase/interDyMFoam/ras/DTCHull1/0/U: Unexpected token 0


ERROR: In /home/openfoam/OpenFOAM/ParaView-4.1.0/VTK/IO/Geometry/vtkOpenFOAMReader.cxx, line 6467
vtkOpenFOAMReaderPrivate (0xa7204e8): Error reading line 25 of /home/hmc_ubuntu/OpenFOAM/openfoam240/tutorials/multiphase/interDyMFoam/ras/DTCHull1/0/k: Unsupported directive includeEtc


ERROR: In /home/openfoam/OpenFOAM/ParaView-4.1.0/VTK/IO/Geometry/vtkOpenFOAMReader.cxx, line 6467
vtkOpenFOAMReaderPrivate (0xa7204e8): Error reading line 25 of /home/hmc_ubuntu/OpenFOAM/openfoam240/tutorials/multiphase/interDyMFoam/ras/DTCHull1/0/nut: Unsupported directive includeEtc


ERROR: In /home/openfoam/OpenFOAM/ParaView-4.1.0/VTK/IO/Geometry/vtkOpenFOAMReader.cxx, line 6467
vtkOpenFOAMReaderPrivate (0xa7204e8): Error reading line 25 of /home/hmc_ubuntu/OpenFOAM/openfoam240/tutorials/multiphase/interDyMFoam/ras/DTCHull1/0/omega: Unsupported directive includeEtc


ERROR: In /home/openfoam/OpenFOAM/ParaView-4.1.0/VTK/IO/Geometry/vtkOpenFOAMReader.cxx, line 6467
vtkOpenFOAMReaderPrivate (0xa7204e8): Error reading line 25 of /home/hmc_ubuntu/OpenFOAM/openfoam240/tutorials/multiphase/interDyMFoam/ras/DTCHull1/0/p_rgh: Unsupported directive includeEtc


ERROR: In /home/openfoam/OpenFOAM/ParaView-4.1.0/VTK/IO/Geometry/vtkOpenFOAMReader.cxx, line 6467
vtkOpenFOAMReaderPrivate (0xa7204e8): Error reading line 25 of /home/hmc_ubuntu/OpenFOAM/openfoam240/tutorials/multiphase/interDyMFoam/ras/DTCHull1/0/pointDisplacement: Unsupported directive includeEtc

Can anyone help me with this?
Thanks in advance
guzman is offline   Reply With Quote

Old   September 30, 2016, 05:31
Default
  #6
New Member
 
raj kumar saini's Avatar
 
Dr. Raj Kumar Saini
Join Date: Apr 2011
Location: Mumbai, India
Posts: 23
Rep Power: 15
raj kumar saini is on a distinguished road
Send a message via Skype™ to raj kumar saini
Quote:
Originally Posted by guzman View Post
I am new to OpenFoam and am trying to run a range of examples.
I am trying to run DTCHull case, and I don't know how to do it. I did the following steps:

- blockMesh
- snappyHexMesh -overwrite
- decomposePar

Until here everything is ok. How should I proceed now?
Can anyone help me out here?

Thanks in advance
It is running perfectly file.

Raj
raj kumar saini is offline   Reply With Quote

Reply

Tags
dtc hull, dtchull, openfoam


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
fatal overflow error in the FINMES subroutine for CHT run prashant79_ss CFX 5 September 27, 2014 04:54
Cannot run phoenix on linux opensuse 13.1 kde mabal Phoenics 0 June 15, 2014 06:16
[mesh manipulation] Cannot get refineMesh to run in parallel smschnob OpenFOAM Meshing & Mesh Conversion 2 June 3, 2014 11:20
First Parallel Run - need some help Gian Maria OpenFOAM 3 June 17, 2011 12:08
Windows 64-bit, Distributed Parallel Run Issues... Erich CFX 3 March 28, 2006 16:36


All times are GMT -4. The time now is 21:01.