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

Is a way to read user-defined(custom) field data (cthMultiRegionFoam "lookup")?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 14, 2020, 19:09
Default Is a way to read user-defined(custom) field data (cthMultiRegionFoam "lookup")?
  #1
New Member
 
Mitsuru Nishikawa
Join Date: Mar 2018
Posts: 16
Rep Power: 8
mit326 is on a distinguished road
Dear experts

I am looking for the setting way to read user-defined (custom) volScalarField data file in default solvers, particularly to use chtMultiRegionFoam.

I need to use compressible::turbulentTemperatureCoupledBaffleMix ed boundary as the mode of "lookup", which defines the kappa field data (volScalarField) named in the kappa setting line.
However, chtMultiRegionFoam solver could not find the kappa field data, probably it does not read the kappa field data which is defined in the kappa setting line. I confirmed that what I defined in the kappa setting line was not read in fvMesh.

# In temperatureCoupledBase.C, the exception is thrown in the below.
FatalErrorInFunction
<< "Did not find field " << kappaName_
<< " on mesh " << mesh.name() << " patch " << patch_.name()
<< nl
<< " Please set 'kappa' to the name of a volScalarField"
<< " or volSymmTensorField."
<< exit(FatalError);
}


Could you help me?

Kind regards
mit326 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
field read after each Time Step johanning OpenFOAM Programming & Development 1 December 29, 2019 07:59
External magnetic field data Richard Lee FLUENT 7 January 11, 2019 04:43
[Other] dynamicTopoFVMesh and pointDisplacement RandomUser OpenFOAM Meshing & Mesh Conversion 6 April 26, 2018 07:30
Store data in a different field from a custom BC cstuart OpenFOAM Programming & Development 0 March 21, 2017 10:14
Problem in running ICEM grid in Openfoam Tarak OpenFOAM 6 September 9, 2011 17:51


All times are GMT -4. The time now is 05:46.