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 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: andrea
Forum: OpenFOAM Programming & Development July 14, 2010, 10:26
Replies: 11
Views: 3,484
Posted By andrea
Thumbs up succeed

Ok,
my last post on this just to thanks Deepsterblue for the precious help.

I succeed in developing also a boundary condition-like (it does not update any coefficients) but implementing the code...
Forum: OpenFOAM Programming & Development July 9, 2010, 08:45
Replies: 11
Views: 3,484
Posted By andrea
calculatedFvPatchNVectorField ok but...

Hi,
good new first. Adding these lines

typedef calculatedFvPatchField<nvector> calculatedFvPatchNVectorField;
makePatchTypeField
(
fvPatchNVectorField,
calculatedFvPatchNVectorField...
Forum: OpenFOAM Programming & Development July 9, 2010, 05:17
Replies: 11
Views: 3,484
Posted By andrea
Let's cross fingers, knock on wood etc. maybe I...

Let's cross fingers, knock on wood etc.
maybe I found a way out, stay tuned!

Andrea
Forum: OpenFOAM Programming & Development July 8, 2010, 11:03
Replies: 11
Views: 3,484
Posted By andrea
Thanks again, I really appreciate your help. ...

Thanks again,
I really appreciate your help.
I've checked, I initiated the volField to be MUST_READ than I try different type in the first boundaryField patch. For any type of patch, banana,...
Forum: OpenFOAM Programming & Development July 7, 2010, 09:18
Replies: 11
Views: 3,484
Posted By andrea
Some improvements but stopped again

Thanks for the hint,
I added these lines to my solver

typedef fvPatchField<nvector> fvPatchNVectorField;
makeFvPatchField(fvPatchNVectorField)

typedef calculatedFvPatchField<nvector>...
Forum: OpenFOAM Programming & Development July 5, 2010, 11:44
Replies: 11
Views: 3,484
Posted By andrea
It compiles but solver crashes

Hi,
thanks deepsterblue, yes the vector spaces already defined in OF are barely all we need. But in my calculation I need to store a n number of data on the patch surface that are function of...
Forum: OpenFOAM Programming & Development July 2, 2010, 04:37
Replies: 11
Views: 3,484
Posted By andrea
error, undefined reference to ...

Ok, when I construct a volNVectorField as usual

volNVectorField myVolNVectorField
(
IOobject
(
"goofy",
runTime.timeName(),
mesh,
...
Forum: OpenFOAM Programming & Development June 30, 2010, 09:53
Replies: 11
Views: 3,484
Posted By andrea
Cool Implementation of a new volField

Dear all,
I'm trying to implement a new volField of a new type of VectorField, for example a vector of n elements. This is my workplan:
first of all I should define a new template class of my new...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 15:43.