|
[Sponsors] |
June 5, 2018, 11:24 |
ERROR: new cannot satisfy memory request
|
#1 | |
Senior Member
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12 |
Hi foamers
I have created a new viscosity model and compiled it successfully. But when I want to test it in a case it gives me this error: Quote:
Code:
Foam::PTTlinearTempDep::PTTlinearTempDep ( const word& name, const volVectorField& U, const surfaceScalarField& phi, const dictionary& dict ) : constitutiveEq(name, U, phi), tau_ ( IOobject ( "tau" + name, U.time().timeName(), U.mesh(), IOobject::MUST_READ, IOobject::AUTO_WRITE ), U.mesh() ), lambda_(dict.lookup("lambda")), etaP_T ( IOobject ( name, U.time().timeName(), U.db(), IOobject::NO_READ, IOobject::AUTO_WRITE ), calcEtaP_T() ) { checkForStab(dict); } Thanks |
||
Tags |
error, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
new cannot satisfy memory request. | sahm | OpenFOAM Running, Solving & CFD | 18 | May 29, 2024 12:13 |
Error: New Cannot Satisfy Memory Request | TCS | OpenFOAM Programming & Development | 2 | June 5, 2018 11:23 |
new cannot satisfy memory request openFoam!! what is the meaning of this? | adambarfi | OpenFOAM Running, Solving & CFD | 0 | November 2, 2013 14:57 |
[OpenFOAM] Saving ParaFoam views and case | sail | ParaView | 9 | November 25, 2011 16:46 |
IcoDyMFoam New cannot satisfy memory request | yuhai | OpenFOAM Running, Solving & CFD | 2 | December 10, 2008 06:15 |