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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: jherb
Forum: OpenFOAM Programming & Development January 17, 2014, 11:03
Replies: 9
Views: 2,645
Posted By jherb
You are right. I my case what I really used was...

You are right. I my case what I really used was something like
rHS1 = fvc::reconstruct
(
(
- ghf*fvc::snGrad(rho)
) * mesh.magSf()
...
Forum: OpenFOAM Programming & Development January 14, 2014, 04:39
Replies: 9
Views: 2,645
Posted By jherb
Here is what I did in a comparable case: Add a...

Here is what I did in a comparable case:
Add a new field to createFields.H
volScalarField Shs(
IOobject
(
"Shs",
runTime.timeName(),
...
Forum: OpenFOAM Programming & Development January 9, 2014, 18:03
Replies: 9
Views: 2,645
Posted By jherb
You have to add a new field (probably in...

You have to add a new field (probably in createFields.H) which is written every timestep. Then copy radiotion-Shs(thermo) to this field before the timestep is finished.
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 19:15.