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

Simulation exploded in multi-phase flow due to alpha boundary conditions?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2022, 02:41
Default Simulation exploded in multi-phase flow due to alpha boundary conditions?
  #1
Member
 
Anonymous.
Join Date: Sep 2020
Posts: 35
Rep Power: 5
gentodin is on a distinguished road
My simulation crashed when some of my cells with alpha = "some value" touches a boundary.

The boundary condition I wanted to set for alpha. steel is inlet-outlet, depicting atmospheric conditions.

However, there are some issues with it.

Please take a look at my boundary conditions for alpha.steel.

FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object alpha.steel;
}
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
topAtmosphere
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
bottomSample
{
type fixedValue;
value uniform 1;
}
leftAndRightAtmosphere
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
leftAndRightSample
{
type fixedValue;
value uniform 1;
}
backSample
{
type fixedValue;
value uniform 1;
}
backAtmosphere
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
symmetryBc
{
type symmetryPlane;
}
}

Attached is the picture for the simulation exploding.
Attached Images
File Type: jpg timeAT00727.JPG (42.8 KB, 9 views)
File Type: jpg timeAT00728.JPG (41.4 KB, 6 views)
File Type: jpg timeAT00729.JPG (62.4 KB, 5 views)
gentodin is offline   Reply With Quote

Reply


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
3D Windturbine simulation in SU2 k.vimalakanthan SU2 15 October 12, 2023 05:53
Using PengRobinsonGas EoS with sprayFoam Jabo OpenFOAM Running, Solving & CFD 35 April 29, 2022 15:35
[swak4Foam] Installation Problem with OF 6 version Aurel OpenFOAM Community Contributions 14 November 18, 2020 16:18
polynomial BC srv537 OpenFOAM Pre-Processing 4 December 3, 2016 09:07
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 08:44


All times are GMT -4. The time now is 00:07.