CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Deprecation of argument input in OF 5+ onwards for MULES::explicitSolve

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 6, 2020, 00:08
Default Deprecation of argument input in OF 5+ onwards for MULES::explicitSolve
  #1
New Member
 
Pavan Inguva
Join Date: Dec 2019
Location: Singapore
Posts: 7
Rep Power: 6
pavaninguva is on a distinguished road
Hi, for OF 4++ and below, the MULES::explicitSolve could be written as such:

Code:
MULES::explicitSolve(alpha1, phi, phiAlpha, 1, 0);
But in OF 5++, it seems that such a method of declaring it is deprecated and the current approach of doing so as shown in VoF/alphaEqn.H is as follows:

Code:
MULES::explicitSolve
            (
                geometricOneField(),
                alpha1,
                phiCN,
                alphaPhi10,
                Sp,
                (Su + divU*min(alpha1(), scalar(1)))(),
                oneField(),
                zeroField()
            );
        }
It seems that all the additional arguments are either zeros or ones declared in a new way, I would appreciate any insight on this difference and what do the new arguments specifically mean.
pavaninguva is offline   Reply With Quote

Reply

Tags
interfoam, mules::explicitsolve, openfoam5


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
CFD by anderson, chp 10.... supersonic flow over flat plate varunjain89 Main CFD Forum 18 May 11, 2018 07:31
[Commercial meshers] star-ccm mesh to O\/F DLC OpenFOAM Meshing & Mesh Conversion 77 September 19, 2016 09:25
meshing of a compound volume in GMSH shawn3531 OpenFOAM 4 March 12, 2015 10:45
[OpenFOAM] Paraview 3.98 - errors when saving geometry file pajot ParaView 1 September 28, 2013 10:45
Reference to tmp as input argument maka OpenFOAM Bugs 6 January 23, 2009 13:14


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