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

Where PLIC stores the area of Interface in openfoam?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By saicharan662000@gmail.com

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2022, 00:45
Default Where PLIC stores the area of Interface in openfoam?
  #1
Member
 
hari charan
Join Date: Sep 2021
Location: India,hyderabad
Posts: 96
Rep Power: 4
saicharan662000@gmail.com is on a distinguished road
Hello guys,
I am new to openfoam. I read in a paper that PLIC slices and stores the end points of interface then calculates the interface length(2D) or interface area(3D). Can anyone please tell me where the interface area is stored after the interface cell is sliced by PLIC code.
It's urgent
Thanks in advance
saicharan662000@gmail.com is offline   Reply With Quote

Old   January 6, 2022, 23:00
Default Variable that stores interface area.
  #2
Member
 
hari charan
Join Date: Sep 2021
Location: India,hyderabad
Posts: 96
Rep Power: 4
saicharan662000@gmail.com is on a distinguished road
If anyone gets same doubt You can see this.
In interface properties u can find the variable that stores interface area.
  1. Cell gradient of alpha
  2. const volVectorField gradAlpha(fvc::grad(alpha1_, "nHat"));
  3. Interpolated face-gradient of alpha
  4. surfaceVectorField gradAlphaf(fvc::interpolate(gradAlpha));
  5. Face unit interface normal
  6. surfaceVectorField nHatfv(gradAlphaf/(mag(gradAlphaf) + deltaN_));
  7. Face unit interface normal flux
  8. nHatf_ = nHatfv & Sf;
So interface area is stored in variable called nHatf_ which is a private member.
spockkk likes this.

Last edited by saicharan662000@gmail.com; January 19, 2022 at 04:24.
saicharan662000@gmail.com is offline   Reply With Quote

Reply

Tags
openfoam, openfoam8


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
Question about adaptive timestepping Guille1811 CFX 25 November 12, 2017 17:38
OpenFOAM v3.0.1 Training, London, Houston, Berlin, Jan-Mar 2016 cfd.direct OpenFOAM Announcements from Other Sources 0 January 5, 2016 03:18
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 11:19
Native OpenFOAM interface in Pointwise Chris Sideroff Main CFD Forum 0 January 16, 2009 12:37
Replace periodic by inlet-outlet pair lego CFX 3 November 5, 2002 20:09


All times are GMT -4. The time now is 18:36.