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

InterfaceProperties problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 24, 2020, 07:20
Default InterfaceProperties problem
  #1
Member
 
Sam
Join Date: May 2019
Posts: 64
Rep Power: 6
saj216 is on a distinguished road
Hi guys,

I have updated a solver which uses interfaceProperties from openfoam 2.4.0 to openfoam 7.0. In my solver there is a surfacetensionforcemodel which incorporates interfaceProperties

Due to the updates the configuration of sigma in interfaceProperties has changed to account for the development of a surfacetensionmodel in $FOAM_SRC/transportModels.

In 2.4.0 sigma was treated in the .C file (https://github.com/OpenFOAM/OpenFOAM...ceProperties.C) as

sigma_("sigma", dimensionSet(1, 0, -2, 0, 0), dict),

and in the .H file

dimensionedScalar sigma_;


However in 7.0, sigma has changed to (link :https://github.com/OpenFOAM/OpenFOAM...ceProperties.C)

sigmaPtr_(surfaceTensionModel::New(dict, alpha1.mesh())), in the .C file

and

autoPtr<surfaceTensionModel> sigmaPtr_; in the H.file


I wish to incorporate sigma into my surfacetension model on the openfoam 7.0. If you need more information let me know. As this has been bugging me for a while.

Thanks
saj216 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
SU2-7.0.1 on ubuntu 18.04 hyunko SU2 Installation 7 March 16, 2020 04:37
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Gambit - meshing over airfoil wrapping (?) problem JFDC FLUENT 1 July 11, 2011 05:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13


All times are GMT -4. The time now is 03:38.