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: nikitin-pro
Forum: OpenFOAM Programming & Development August 3, 2020, 15:35
Replies: 4
Views: 995
Posted By nikitin-pro
I did.. same error. a somewhat solution is that...

I did.. same error.
a somewhat solution is that
c * fvc::laplacian(a,fvc::ddt(T)) or c * fvc::ddt(volScalarField("lap",fvc::laplacian(a,T)))


Both compile ok and simulation runs well, but this...
Forum: OpenFOAM Programming & Development August 2, 2020, 16:22
Replies: 4
Views: 995
Posted By nikitin-pro
Interesting thing:compiles OK: volScalarField...

Interesting thing:compiles OK:
volScalarField lap(c * fvc::laplacian(a,T));
fvScalarMatrix TEqn (fvm::ddt(T) - fvm::ddt(lap) - fvm::laplacian(a,T) == 0);
but solution fails with the following...
Forum: OpenFOAM Programming & Development August 2, 2020, 04:46
Replies: 4
Views: 995
Posted By nikitin-pro
time derivative of laplacian

I have a function I can't implement:
\frac{\partial(c\alpha\Delta T)}{\partial t}

a -- is a constant in [m2/s], which I defined via external dictionary (lookup)
c -- is a constant in [s], which...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 00:23.