|
[Sponsors] |
June 12, 2012, 10:51 |
|
#21 | |
Member
Edward Leonard
Join Date: May 2012
Location: Calumet, MI
Posts: 31
Rep Power: 14 |
Quote:
where ?I've taken a few whacks at it and my lack of FVM, I think, is making me miss some obvious connection. Many thanks to whomever is able to assist me! Edit: Nevermind. Figured it out. Odd way, though it works. Last edited by iamed18; June 15, 2012 at 10:47. Reason: added definition of [MATH]\phi[/MATH], figured it out. |
||
September 9, 2016, 04:03 |
.oldTime(); in chtMultiregionFoam
|
#22 |
Member
Join Date: Oct 2015
Location: montreal- canada
Posts: 46
Rep Power: 11 |
Hi
How to implement .oldTime(); after writing volScalarField in chtMultiregionFoam? When i do that it gives this error: class Foam::PtrList<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> >’ has no member named ‘oldTime’ |
|
January 19, 2021, 06:10 |
Re: How to write material derivative of ln(T) in the consitutive equation
|
#23 |
Member
idrees khan
Join Date: Jun 2019
Posts: 36
Rep Power: 7 |
Hi Dear Former's
I'm going to Add temperature Equation to viscoelasticFluidFoam solver. there is material derivative term of log(T)(screenshot attached) in the constitutive equation(I.e in this case Olroyd-B) kindly any could guide me how to erite the that term in OldoydB.C file I write it like fvm::ddt(tau_,logT) + fvc::div(phi()*tau_,logT) Note:change to fvc and fvm respectively but getting same error's.(scrrenshot Attached) regards Idrees khan |
|
January 19, 2021, 06:57 |
How to write material derivative of ln(T) in the consitutive equation
|
#24 |
Member
idrees khan
Join Date: Jun 2019
Posts: 36
Rep Power: 7 |
Hi Dear Former's
I'm going to Add temperature Equation to viscoelasticFluidFoam solver. there is material derivative term of log(T)(screenshot attached) in the constitutive equation(I.e in this case Olroyd-B) kindly any could guide me how to erite the that term in OldoydB.C file I write it like fvm::ddt(tau_,logT) + fvc::div(phi()*tau_,logT) Note:change to fvc and fvm respectively but getting same error's.(scrrenshot Attached) regards Idrees khan |
|
January 19, 2021, 07:04 |
How to write material derivative of ln(T) in the consitutive equation
|
#25 |
Member
idrees khan
Join Date: Jun 2019
Posts: 36
Rep Power: 7 |
Hi Dear Former's
I'm going to Add temperature Equation to viscoelasticFluidFoam solver. there is material derivative term of log(T)(screenshot attached) in the constitutive equation(I.e in this case Olroyd-B) kindly any could guide me how to erite the that term in OldoydB.C file I write it like fvm::ddt(tau_,logT) + fvc::div(phi()*tau_,logT) Note:change to fvc and fvm respectively but getting same error's.(scrrenshot Attached) regards Idrees khan |
|
Tags |
ddt, lagrangian derivative |
|
|