|
[Sponsors] |
about functions of boundary condition:valueInternalCoeffs,alueBoundaryCoeffs,g radient |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 26, 2010, 00:21 |
about functions of boundary condition:valueInternalCoeffs,alueBoundaryCoeffs,g radient
|
#1 |
New Member
maxwell
Join Date: Aug 2010
Posts: 3
Rep Power: 16 |
dear all,
I just want to find the background formula about these functions, can anyone help me? i donot know which part of the formala should use as the input for this function. and the influence to the equation Ax=b can anyone help me?thanks have a good day. //- Return the matrix diagonal coefficients corresponding to the // evaluation of the value of this patchField with given weights virtual tmp<Field<Type> > valueInternalCoeffs ( const tmp<scalarField>& ) const; //- Return the matrix source coefficients corresponding to the // evaluation of the value of this patchField with given weights virtual tmp<Field<Type> > valueBoundaryCoeffs ( const tmp<scalarField>& ) const; //- Return the matrix diagonal coefficients corresponding to the // evaluation of the gradient of this patchField virtual tmp<Field<Type> > gradientInternalCoeffs() const; //- Return the matrix source coefficients corresponding to the // evaluation of the gradient of this patchField virtual tmp<Field<Type> > gradientBoundaryCoeffs() const; |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
External Radiation Boundary Condition for Grid Interface | CFD XUE | FLUENT | 0 | July 9, 2010 03:53 |
[Gmsh] Import problem | ARC | OpenFOAM Meshing & Mesh Conversion | 0 | February 27, 2010 11:56 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |
Boundary Conditions | Jan Ramboer | Main CFD Forum | 11 | August 16, 1999 09:59 |