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

customProperties dictionary for CHTMultiRegionFoam solver

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 20, 2019, 11:51
Default customProperties dictionary for CHTMultiRegionFoam solver
  #1
Member
 
Hasan Celik
Join Date: Sep 2016
Posts: 64
Rep Power: 10
PositronCascade is on a distinguished road
Hello everyone. I want to add customProperties dictionary to CHTMultiRegionFoam solver. However, I could not make it work. I defined it as:

Code:
customProperties.set
	(
		i,
		new IOdictionary
		(

			IOobject
			(
				"customProperties",
				runTime.constant(),
				fluidRegions[i],
				IOobject::MUST_READ,
				IOobject::NO_WRITE
			),
			fluidRegions[i]
		)
	);
How can I do that? May you tell me the proper way to include customProperties dictionary into multi region solver?
PositronCascade 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
linearAxialAngularSpring restraint in rigidBodyMotion solver jiadongw OpenFOAM Running, Solving & CFD 4 August 13, 2018 21:33
Radiation Modeling Using Discrete Ordinates Method and Parallel Solver malicemethods FLUENT 3 May 25, 2018 14:25
Accessing mesh dictionary from solver Pascal_doran OpenFOAM Programming & Development 6 October 31, 2017 07:26
Quarter Burner mesh with periosic condition SamCanuck FLUENT 2 August 31, 2011 11:34
why the solver reject it? Anyone with experience? bearcat CFX 6 April 28, 2008 14:08


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