|
[Sponsors] |
August 31, 2018, 12:50 |
field dimesions
|
#1 |
New Member
Roberto
Join Date: Sep 2017
Posts: 1
Rep Power: 0 |
Dear All,
I need to obtain field dimensions from a field or from a dimensionedScalar. Are there a method to obtaint the dimensions vector? For example: volScalarField field1(...); dimesionedScalar var2(...); ... vector dim1 = field1.dimensions(); vector dim2 = var2.dimensions(); I didn't find a way with google. Thank you in advance. |
|
August 31, 2018, 19:43 |
|
#2 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
What do you need it for? A quick search of the code for something.dimesions() returns a lot of hits, so an easy way to check will be :
Code:
Info << "Dimensions : " << s.dimensions() << nl <<endl; Code:
dimensionedScalar(tmp,s.dimensions(),SMALL) |
|
Tags |
dimensions, openfoam 4.0 extend |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
potential flows, helmholtz decomposition and other stuffs | pigna | Main CFD Forum | 1 | October 26, 2017 09:34 |
[General] How to create an additional vector with {Field 4, Field 5, Field 6} | Bombacar | ParaView | 1 | August 15, 2015 19:05 |
New BoundaryCondition: how to modify a single component of a field? | look86 | OpenFOAM Programming & Development | 4 | August 28, 2012 17:48 |
How to define a field on a patch | Aleksey_R | OpenFOAM Programming & Development | 1 | July 9, 2012 12:23 |
Demagnetization field | jan0385 | ANSYS | 0 | April 12, 2012 10:09 |