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

converse lagrangian field to eulerian

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 13, 2015, 13:11
Default converse lagrangian field to eulerian
  #1
New Member
 
Jan Bartel
Join Date: Jul 2015
Location: Germany
Posts: 5
Rep Power: 10
Jan_B is on a distinguished road
Hey everyone,
I am working right now on a coupled Solver, which has Flow properties as eulerian fields and particles as lagrangian fields. For now Its kind of a mrge of pimpleFoam and icoUncoupledKinematicParcelFoam.

To couple the phases i want to converse Lagrangian fields to eulerian.
However I got stuck in getting the acces to the Lagrangian Fields.

In my Solver i tried something like:

Quote:
volScalarField rhoEP
(
IOobject
(
"rhoEP",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
q_
);
q_ is a scalar preoperty of the Parcels I added myself. I already validated that implementation.

However when I try to compile the new solver, I get an error, that q_ hasn't been declared. I also tried it with other lagrangian properties and get the same results.

Is there a special command to get acces to the lagrangian fields?
Jan_B 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
[SOWFA] NREL SOWFA ABLTerrainSolver tutorial problem cico0815 OpenFOAM Community Contributions 36 February 3, 2022 11:54
funkySetBoundaryFields - Manipulation of existing field jhertel OpenFOAM Pre-Processing 16 May 18, 2020 06:32
Need directions to implement 2-way coupled eulerian lagrangian in Open FOAM Artvandelay OpenFOAM Programming & Development 4 June 3, 2015 09:21
Eulerian and Lagrangian SSS Main CFD Forum 1 February 23, 2007 07:15
Arbitrary Lagrangian Eulerian Methods Soheyl Main CFD Forum 1 June 12, 2006 03:42


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