CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Not clear about the physicalType (https://www.cfd-online.com/Forums/openfoam-solving/60641-not-clear-about-physicaltype.html)

liu March 10, 2005 20:08

I am not very clear about this
 
I am not very clear about this. I know base type and primitive type. But I haven't seen the physicalType in the source code.
For example, in the test case of kivaTest:

The boundary file:

piston
{
type wall;
physicalType movingWallFixedTemp;
nFaces 1326;
startFace 79522;
}

liner
{
type wall;
physicalType wallFixedTemp;
nFaces 2710;
startFace 80848;
}

where are these physicalTypes defined? And how they are used during computation?

The documentation is so brief on this.

henry March 11, 2005 03:40

physicalType is a concept we i
 
physicalType is a concept we introduced for FoamX and is not used by the rest of the code. It is the physical type of the boundary condition, i.e. the type which specifies the set of boundary conditions for all the variables e.g. inlet, outlet etc.

chris March 11, 2005 04:26

Explanation of boundary types:
 
Explanation of boundary types:
http://www.openfoam.org/doc/userse22.html


All times are GMT -4. The time now is 21:40.