|
[Sponsors] |
Bizarre behavior of passing a scalarField to another scalarField |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 24, 2020, 20:08 |
Bizarre behavior of passing a scalarField to another scalarField
|
#1 |
Senior Member
Reviewer #2
Join Date: Jul 2015
Location: Knoxville, TN
Posts: 141
Rep Power: 11 |
Hi,
I run into some bizarre behavior of passing a scalarField to another scalarField and I can not explain. I was try to simply pass a scalarField of Y_pre to scalarField of Y. Initially, I just use Code:
Y = Y_pre Code:
forAll(Y,celli) { Y[celli] = Y_pre[celli]; } Thank advance for any insight. Rdf |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[openSmoke] libOpenSMOKE | Tobi | OpenFOAM Community Contributions | 562 | January 25, 2023 10:21 |
CFD by anderson, chp 10.... supersonic flow over flat plate | varunjain89 | Main CFD Forum | 18 | May 11, 2018 08:31 |
Passing ScalarField from OpenFoam to Fortran | IvanaS | OpenFOAM | 5 | April 19, 2013 10:32 |