|
[Sponsors] |
June 6, 2015, 09:34 |
fvc::interpolate
|
#1 |
New Member
Malachy O'Rourke
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
Hi, I am trying to revive some OF code written a few years ago for 1.6 and include in 3.1. As I understand the following code its intention is to rebuild the change in stress at the current timestep. However when I try to compile this I get errors relating to fvc::interpolate. Any suggestions in how to fix this would be appreciated.
Dsigma = fvc::reconstruct ( fvc::interpolate ( 2.0*mu + lambda, "interpolate(Dsigma)" ) * fvc::snGrad(DD) * mesh.magSf() + ( mesh.Sf() & fvc::interpolate ( mu*gradDD.T() - (mu + lambda)*gradDD + I* ( lambda*tr(gradDD) ), "interpolate(Dsigma)" ) ) ); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
using fvc::interpolate without fvSchemes / manually prescribe interpolation schemes | linch | OpenFOAM Programming & Development | 5 | March 20, 2018 06:49 |
fvc::interpolate -> harmonic interpolation? | gwierink | OpenFOAM Running, Solving & CFD | 8 | October 1, 2012 14:31 |
fvc::interpolate --> Variable Access On Particular Face | deji | OpenFOAM | 3 | January 18, 2012 14:01 |