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

How to initialize as .set ?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 5, 2014, 10:47
Default How to initialize as .set ?
  #1
Member
 
AJ
Join Date: Sep 2013
Posts: 30
Rep Power: 12
Aj Nair is on a distinguished road
I can find certain special pattern for initializing a .set . I was able to understand it, but how dimensionedScalar can be initialized as .set for example as below how to initialize as .set

dimensionedScalar Cvm
(
"Cvm",
dimless,
transportProperties.lookup("Cvm")
);

and

dimensionedScalar C1
(
dimensionedScalar::lookupOrAddToDict
(
"C1",
kEpsilonDict,
1.44
)
);
Aj Nair is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
why the inlet velocity magnitude differrent from the value i initialize? eyuhock FLUENT 26 April 20, 2015 21:34
how can i initialize after transient work? emreg FLUENT 2 November 14, 2011 15:51
initialize pressure gradient jiejie OpenFOAM 5 June 30, 2011 09:59
How to initialize a case file with udf? sima FLUENT 2 August 3, 2010 01:44
HELP Beginner ICEM initialize PRE-MESH parameters guest7777 CFX 2 October 18, 2007 06:18


All times are GMT -4. The time now is 02:39.