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 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: hk318i
Forum: OpenFOAM Programming & Development November 26, 2016, 10:35
Replies: 34
Views: 6,901
Posted By hk318i
Try this to find the missing link; ...

Try this to find the missing link;


c++filt _ZNK4Foam9LESModels18dynamicSmagorinskyINS_15EddyDiffusivityINS_18ThermalDiffusivityINS_27CompressibleTurbulenceModelINS_11fluidThermoEEEEEEEE2CkEv
Forum: OpenFOAM Programming & Development November 18, 2016, 07:18
Replies: 34
Views: 6,901
Posted By hk318i
Actually, this problem is related to C++. There...

Actually, this problem is related to C++. There are many C++ online material and books. Regarding this problem you need to review C++ source files organization, usually at the end of any C++ book....
Forum: OpenFOAM Programming & Development November 17, 2016, 08:01
Replies: 34
Views: 6,901
Posted By hk318i
You have a similar problem, the definition of one...

You have a similar problem, the definition of one function is missing:
You called it at line 110.

volScalarField Ck() const;

Best wishes,
Hassan
Forum: OpenFOAM Programming & Development November 16, 2016, 11:26
Replies: 34
Views: 6,901
Posted By hk318i
For anyone who may read this thread in the...

For anyone who may read this thread in the future, OpenFOAM foundation has adapted a similar approach. Unfortunately, this update is available only for OpenFOAM-dev but eventually, it will be part of...
Forum: OpenFOAM Programming & Development November 16, 2016, 11:11
Replies: 34
Views: 6,901
Posted By hk318i
Hello Schuyle, Thank you for uploading the...

Hello Schuyle,

Thank you for uploading the code it helped a lot.

The problem of your model is a missing defination of one function, namely
tmp<volScalarField> fmu(const volScalarField& chi)...
Forum: OpenFOAM Programming & Development November 16, 2016, 09:51
Replies: 34
Views: 6,901
Posted By hk318i
If it a common case, could anyone upload the code...

If it a common case, could anyone upload the code here with a test case or at least the steps to reproduce the error? It will be helpful for the community to keep a record of this case here.
...
Forum: OpenFOAM Programming & Development November 11, 2016, 09:11
Replies: 34
Views: 6,901
Posted By hk318i
It is hard to debug such error without the code....

It is hard to debug such error without the code. BTW, are you using CFD-support windows version?
Forum: OpenFOAM Programming & Development July 28, 2016, 08:14
Replies: 34
Views: 6,901
Posted By hk318i
I'm not sure about this warning, it is probably...

I'm not sure about this warning, it is probably because ``checkMesh`` cannot load the library. It think it will disappear once you comment out ``libs`` in ``controlDict``. The important point here,...
Forum: OpenFOAM Programming & Development July 4, 2016, 05:57
Replies: 34
Views: 6,901
Posted By hk318i
The library name is incorrect, it should be...

The library name is incorrect, it should be exactly the same as in Make/file. For example for the attached mymixtureKEpsilon model


libs ("mymixtureKEpsilon.so");
Forum: OpenFOAM Programming & Development June 30, 2016, 18:18
Replies: 34
Views: 6,901
Posted By hk318i
You maybe need to run wclean first. In case, it...

You maybe need to run wclean first. In case, it did not wok, I'm attaching here two examples which you can use for comparison.

Bw,
Hassan
Forum: OpenFOAM Programming & Development June 30, 2016, 12:37
Replies: 34
Views: 6,901
Posted By hk318i
Yes, you are right. It is not straight forward. I...

Yes, you are right. It is not straight forward. I explained in details why here (http://hassankassem.me/posts/newturbulencemodel/)
This solution for OpenFOAM-3.0.0 and upward unless they changed...
Forum: OpenFOAM Programming & Development June 25, 2016, 06:31
Replies: 34
Views: 6,901
Posted By hk318i
Hello, This problem comes from...

Hello,

This problem comes from ``makeBaseTurbulenceModel`` macro which has two functions, initialize the base template class then add it to run time table. Using ``makeBaseTurbulenceModel`` as it...
Forum: OpenFOAM Programming & Development May 2, 2016, 08:38
Replies: 34
Views: 6,901
Posted By hk318i
Hello, I did a quick search and as we...

Hello,

I did a quick search and as we suspected the problems comes from compiling the template class directly instead of initiating it. Additionally, compiling such library isn't that straight...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -4. The time now is 09:53.