CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Members List Search Today's Posts Mark Forums Read

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: hjasak
Forum: OpenFOAM Meshing & Mesh Conversion January 9, 2008, 06:33
Replies: 20
[mesh manipulation] Evaluating Cell Quality
Views: 2,808
Posted By hjasak
Some care required - follow th

Some care required - follow the Allwmake script by hand (with understanding - the "parrot mode" will not work). You need to compile readline, adjust paths and variables to get it right and read...
Forum: OpenFOAM Meshing & Mesh Conversion January 9, 2008, 05:41
Replies: 20
[mesh manipulation] Evaluating Cell Quality
Views: 2,808
Posted By hjasak
Much easier that that: use set

Much easier that that: use setSet. A Help will give you an idea on how to use it - here's a little snippet I use often when dealing with poor meshes:

cellSet cellSet0 new faceToCell...
Forum: OpenFOAM Meshing & Mesh Conversion May 18, 2005, 09:30
Replies: 20
[mesh manipulation] Evaluating Cell Quality
Views: 2,808
Posted By hjasak
Hello Vassili, No problem -

Hello Vassili,

No problem - actually, a list of all my papers, including my PhD work on error estimation and adaptive meshing + FV discretisation etc. are available on my private web page:

...
Forum: OpenFOAM Meshing & Mesh Conversion May 16, 2005, 05:24
Replies: 20
[mesh manipulation] Evaluating Cell Quality
Views: 2,808
Posted By hjasak
I would suggest making volScal

I would suggest making volScalarFields to start with. You can do the op = as follows:

cellSkewness.internalField() = qualityCheck.skewness();

Ditto for cell volumes.

A word of...
Forum: OpenFOAM Meshing & Mesh Conversion May 15, 2005, 06:57
Replies: 20
[mesh manipulation] Evaluating Cell Quality
Views: 2,808
Posted By hjasak
Two errors: 1) You are tryi

Two errors:

1) You are trying to create tmp<scalarfield> in createCellQualityFields.H, which does not make sense: tmp is a wrapper that allows you to "copy" field (and other) objects without...
Forum: OpenFOAM Meshing & Mesh Conversion May 15, 2005, 02:22
Replies: 20
[mesh manipulation] Evaluating Cell Quality
Views: 2,808
Posted By hjasak
You probably need to link the

You probably need to link the dynamic mesh library - that's where the cellQuality class has been defined.

Edit the Make/options and under EXE_LIBS add -ldynamicMesh

There may be some other...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 00:08.