I always get the error: setFields: symbol lookup error: setFields: undefined symbol: _ZN4Foam9UOPstream8beginRawEl when I run the setFields command, even in the opemFoam tutorials, what can it be?
Hi! thank you for your tutorial ... it was really helpful! ... did you do a tutorial to create a personal openfoam application? i.e. to initialize a particular flow field, as in a wave generation tank? I would appreciate if you can help me in this issue.
Please any one could explain in EXE-INC=$(LIB_SRC)/finitevolume/linclude they have mentioned the liberary finitvolume in EXE-LIBS=-lfinitevolum\-llduSolvers but why not lduSolver or if finitvolume library is mentioned in EXE-LIBS then why they have mentioned lduSolvers, although only finitevolum is mentioned in EXE-INC. kindly what is the rule.
hello sir please how i can add a function to the differential equation in openfoam, especially the scale function, *like here : fvm::ddt(T) - (1/(1+dfra(T)*Lat/(CP*eT)))*fvm::laplacian(DT, T) == fvOptions(T) *for the continuous functions I managed to define them by this program in createFields.H volScalarField dfra ( IOobject ( "dfra", runTime.timeName(), mesh ), { 0.5-0*T } ); *but for the scale function i can't difinde (dfra(T)) *the function what i want add it is this: int fraction(int n); using namespace std; double dfra (double a) { double r; if(a>-0.5 && a
You are blessing to openFoam community. I loved this video.
thank you so so so much, I've been looking for this for so long you have no idea, you're a real life saver!! I FINALLY understand what is going on
Thank you so much for uploading this precious lecture.
This is 100X useful than any other paid lectures of openfoam.
cleared many doubts in just 1 video. thank u very much......
It's a great video, learnt alot from it.
please make video on adding reaction in the solver, or modifying combustion solver for other reactions.
Thank you very much Vuko! Hope you keep posting more videos like these!
such a great video! thanks for sharing!
Excellent man. Thanks a lot for posting such a good tutorial.
thanks Vuko, it will highly appreciated if you upload a video related to viscoelastic models.
thanks a lot. It is really helpful. I am intent to add a source term in PDE. Could you please give a me hint how to do it
thank you for sharing the precious info
Thank you so much. You are amazing sir
Excellent explanation.... thank you so much!!
Thanks for your tutorials! It is really helpful!!!!
Thanks for posting this tutorial!
Thanks a ton.It is a massive help.
awesome video very helpful.
I always get the error: setFields: symbol lookup error: setFields: undefined symbol: _ZN4Foam9UOPstream8beginRawEl
when I run the setFields command, even in the opemFoam tutorials, what can it be?
Nice, could you explain how to use dimensionless equation's in OpenFoam?
thank you very much
Hi! thank you for your tutorial ... it was really helpful! ... did you do a tutorial to create a personal openfoam application? i.e. to initialize a particular flow field, as in a wave generation tank? I would appreciate if you can help me in this issue.
Please any one could explain in EXE-INC=$(LIB_SRC)/finitevolume/linclude they have mentioned the liberary finitvolume in EXE-LIBS=-lfinitevolum\-llduSolvers but why not lduSolver or if finitvolume library is mentioned in EXE-LIBS then why they have mentioned lduSolvers, although only finitevolum is mentioned in EXE-INC. kindly what is the rule.
Good video. Thank you. Nevertheless, please use a better microphone.
hello sir
please
how i can add a function to the differential equation in openfoam, especially the scale function,
*like here :
fvm::ddt(T) - (1/(1+dfra(T)*Lat/(CP*eT)))*fvm::laplacian(DT, T)
==
fvOptions(T)
*for the continuous functions I managed to define them by this program in createFields.H
volScalarField dfra
(
IOobject
(
"dfra",
runTime.timeName(),
mesh
),
{
0.5-0*T
}
);
*but for the scale function i can't difinde (dfra(T))
*the function what i want add it is this:
int fraction(int n);
using namespace std;
double dfra (double a)
{
double r;
if(a>-0.5 && a