steadyStateDdtScheme: Corrected dimensions of ddtCorr for compressible flow
This commit is contained in:
parent
42e42a1466
commit
b9f67ecadb
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -357,7 +357,7 @@ steadyStateDdtScheme<Type>::fvcDdtUfCorr
|
|||
dimensioned<typename flux<Type>::type>
|
||||
(
|
||||
"0",
|
||||
rho.dimensions()*Uf.dimensions()*dimArea/dimTime,
|
||||
Uf.dimensions()*dimArea/dimTime,
|
||||
pTraits<typename flux<Type>::type>::zero
|
||||
)
|
||||
)
|
||||
|
|
@ -390,7 +390,7 @@ steadyStateDdtScheme<Type>::fvcDdtPhiCorr
|
|||
dimensioned<typename flux<Type>::type>
|
||||
(
|
||||
"0",
|
||||
rho.dimensions()*phi.dimensions()/dimTime,
|
||||
phi.dimensions()/dimTime,
|
||||
pTraits<typename flux<Type>::type>::zero
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue