CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions > OpenFOAM CC Toolkits for Fluid-Structure Interaction

[solids4Foam] Unable to run the flexibleOversetCylinder tutorial case

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Divyaprakash

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 25, 2023, 03:52
Default Unable to run the flexibleOversetCylinder tutorial case
  #1
Member
 
Divyaprakash
Join Date: Jun 2014
Posts: 71
Rep Power: 12
Divyaprakash is on a distinguished road
I have installed the following in the order below on a system with Ubuntu 22.04.
1. OpenFOAM 2012 (ESI)
2. Precice 2.4
3. Precice OpenFOAM adapter
4. Solids4Foam V2

The installation of solids4Foam did not throw any errors. However the AllTest script just stops at the 3DTube tutorial. I left it overnight and there was no progress. Below are the few lines before the test just freezes.
Code:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| solids4Foam::convertCaseFormat start                                |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Changing symmetryPlane to symmetry in blockMeshDict

Changing symmetryPlane to symmetry in ./0/p

Changing symmetryPlane to symmetry in ./0/U

Changing symmetryPlane to symmetry in ./0/pointDisplacement

Moving constant/polyMesh/blockMeshDict to system
Changing RASModel to RAS in turbulenceProperties
Changing timeVaryingUniformFixedValue to uniformValue in p

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| solids4Foam::convertCaseFormat end                                  |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Running blockMesh on /home/divyaprakash/solids4foam-2.0/tutorialsTest/fluidSolidInteraction-preCICE/3dTube/fluid
Running pimpleFoam on /home/divyaprakash/solids4foam-2.0/tutorialsTest/fluidSolidInteraction-preCICE/3dTube/fluid

I tried running the tutorial on flexibleOversetCylinder accroding to the given instructions. However I couldn't run that either. I am attaching the outputs below.


The Solid script just freezes at the last line as given below.

SOLIDS TERMINAL
Code:
divyaprakash@divyaprakash-ThinkPad-E14-Gen-2:~/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder$ ./Allrun.solid 

Running blockMesh on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/solid
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2012                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  : _269d0ffd5c-20210619 OPENFOAM=2012 patch=210618
Arch   : "LSB;label=32;scalar=64"
Exec   : transformPoints -rotate-angle ((1 0 0) 90)
Date   : May 25 2023
Time   : 12:18:41
Host   : divyaprakash-ThinkPad-E14-Gen-2
PID    : 105128
I/O    : uncollated
Case   : /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/solid
nProcs : 1
trapFpe: Floating point exception trapping enabled (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 5, maxFileModificationPolls 20)
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Rotating points 
    about (1 0 0)
    angle 90
Rotating points by (1 0 0 0 2.22045e-16 -1 0 1 2.22045e-16)
Writing points into directory "/home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/solid/constant/polyMesh"


End

Running solids4Foam on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/solid
FLUID TERMINAL
Code:
divyaprakash@divyaprakash-ThinkPad-E14-Gen-2:~/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder$ ./Allrun.fluid 
Running extrudeMesh on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderMesh
Running createPatch on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderMesh
Running blockMesh on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderAndBackground
Running mergeMeshes on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderAndBackground
Running topoSet on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderAndBackground
Restore 0/ from 0.orig/
    Warning: no 0.orig/ found
Running setFields on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderAndBackground
Running transformPoints on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderAndBackground
Running overPimpleDyMFoam on /home/divyaprakash/solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE/flexibleOversetCylinder/fluid/cylinderAndBackground
Removing time directories without results
Since there are no errors, I am not sure where I should start making amends. Please help me with the problem resolution.

Last edited by Divyaprakash; May 25, 2023 at 08:13. Reason: Forgot to mention Ubuntu version
Divyaprakash is offline   Reply With Quote

Old   May 25, 2023, 06:49
Default
  #2
Member
 
Ashutosh
Join Date: Jul 2021
Location: India
Posts: 75
Rep Power: 5
night-hawk is on a distinguished road
No initial condition for fluid simulation.
night-hawk is offline   Reply With Quote

Old   May 25, 2023, 08:02
Default
  #3
Member
 
Divyaprakash
Join Date: Jun 2014
Posts: 71
Rep Power: 12
Divyaprakash is on a distinguished road
Quote:
Originally Posted by night-hawk View Post
No initial condition for fluid simulation.

But there was no 0 repository to begin with. I even checked their github repository and they don't have a 0 directory there. Can you tell me where I can find it?
Divyaprakash is offline   Reply With Quote

Old   May 25, 2023, 11:22
Default
  #4
Member
 
Ashutosh
Join Date: Jul 2021
Location: India
Posts: 75
Rep Power: 5
night-hawk is on a distinguished road
You need to run installTutorials first
night-hawk is offline   Reply With Quote

Old   May 25, 2023, 12:26
Default
  #5
Member
 
Divyaprakash
Join Date: Jun 2014
Posts: 71
Rep Power: 12
Divyaprakash is on a distinguished road
Quote:
Originally Posted by night-hawk View Post
You need to run installTutorials first
InstallTutorials script is for downloading the Precice tutorials. That script is there in "solids4foam-2.0/tutorials/fluidSolidInteraction-preCICE". I ran the script. It doesn't add any 0 directory to the flexibleOversetCylinder case directory.
Divyaprakash is offline   Reply With Quote

Old   May 25, 2023, 12:28
Default
  #6
Member
 
Ashutosh
Join Date: Jul 2021
Location: India
Posts: 75
Rep Power: 5
night-hawk is on a distinguished road
Create a issue in GitHub repo.
night-hawk is offline   Reply With Quote

Old   May 25, 2023, 12:40
Default
  #7
Member
 
Divyaprakash
Join Date: Jun 2014
Posts: 71
Rep Power: 12
Divyaprakash is on a distinguished road
Quote:
Originally Posted by night-hawk View Post
Create a issue in GitHub repo.
Okay. I have added it here.
https://github.com/solids4foam/solids4foam/issues/42
night-hawk likes this.
Divyaprakash is offline   Reply With Quote

Reply

Tags
freezes, overset


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
[DesignModeler] DesignModeler Scripting: How to get Full Command Access ANT ANSYS Meshing & Geometry 53 February 16, 2020 16:13
How to run in transient the airFoil2D (simpleFoam) tutorial case? csacska OpenFOAM Running, Solving & CFD 5 June 19, 2017 09:45
Is Playstation 3 cluster suitable for CFD work hsieh OpenFOAM 9 August 16, 2015 15:53
Can't run a case in HelyxOS with an imported mesh from Fluent HHOS OpenFOAM Running, Solving & CFD 0 July 2, 2013 07:25
Flux update during an MPI run between decomposed case parts? scott OpenFOAM 0 July 21, 2010 21:47


All times are GMT -4. The time now is 16:35.